techniker / freeocl

Automatically exported from code.google.com/p/freeocl
GNU Lesser General Public License v3.0
0 stars 0 forks source link

OpenCL mul24 wrong number of operands #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Thanks for reporting! Fixed in r310.

Original comment by roland.b...@polytechnique.org on 22 Nov 2012 at 5:34

GoogleCodeExporter commented 9 years ago

Original comment by zuzu...@gmail.com on 22 Nov 2012 at 5:35