summaryrefslogtreecommitdiffstats
path: root/pocl/generate-files.py
Commit message (Expand)AuthorAgeFilesLines
* Correct int/long conversions for certain calls to libmErik Schnetter2013-06-061-9/+26
* Another "missing 64bit" kludge fix.Kalle Raiskila2013-04-231-0/+1
* Replace implicit double constants with floats for pocl/opencl targetsKalle Raiskila2013-04-231-12/+16
* Introduce named constant for function prefix "_cl_"Erik Schnetter2013-04-231-1/+4
* Add prefix to fmin() and fmax()Erik Schnetter2013-03-231-0/+2
* Implement rint() correctlyErik Schnetter2013-03-231-1/+1
* Handle more generic function signatures when calling libmErik Schnetter2013-03-231-4/+5
* Implement converting bool to int when calling libmErik Schnetter2013-03-231-2/+30
* Implement ilogb_ work-around also for calling libmErik Schnetter2013-03-231-1/+2
* Make names of "pair" structs depend on contentErik Schnetter2013-03-231-6/+13
* Re-enable clamp() implementationErik Schnetter2013-03-221-3/+2
* Correct bool/int conversion; correct vector splittingErik Schnetter2013-03-221-10/+26
* Handle x=0 in ilogb(x) for poclErik Schnetter2013-03-211-1/+1
* Correct error in pocl function listErik Schnetter2013-03-211-1/+1
* Add _cl_ prefix to some functionsErik Schnetter2013-03-191-20/+54
* Disable clamp, since vecmathlib only provides the floating-point versionErik Schnetter2013-03-191-2/+3
* Remove __vml_ prefix for pocl wrappersErik Schnetter2013-03-151-17/+18
* Implement pocl functions that take pointer argumentsErik Schnetter2013-02-181-143/+184
* Generate pocl-compatible OpenCL math function bindingsErik Schnetter2013-02-171-0/+496
OpenPOWER on IntegriCloud