What steps will reproduce the problem?
OpenCL mul24 has wrong number of operands
What is the expected output? What do you see instead?
It should have two, but it code it expects 3.
What version of the product are you using? On what operating system?
freeocl 309M, Ubuntu x64
Please provide any additional information below.
In file: src/parser/builtin.cpp
In line: 307
REGISTER_OVERLOADED("gentype mul24(gentype,gentype,gentype)", gentype_integers);
Should be:
REGISTER_OVERLOADED("gentype mul24(gentype,gentype)", gentype_integers);
Original issue reported on code.google.com by isma.gar...@gmail.com on 22 Nov 2012 at 12:14
Original issue reported on code.google.com by
isma.gar...@gmail.com
on 22 Nov 2012 at 12:14