summaryrefslogtreecommitdiffstats
path: root/libclc/generic/lib/math/clc_pown.cl
Commit message (Collapse)AuthorAgeFilesLines
* pown: Use denormal path onlyJan Vesely2018-04-171-11/+1
| | | | | | | | | | It's OK to either flush to 0 or return denormal result if the device does not support denormals. See sec 7.2 and 7.5.3 of OCL specs Fixes CTS on carrizo and turks. Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> Reviewer: Aaron Watry <awatry@gmail.com> llvm-svn: 330206
* pown: Port from amd_builtinsJan Vesely2018-01-171-0/+380
Passes piglit on turks and carrizo fp64 passes CTS on carrizo v2: fix formatting check fp32 denormal support at runtime Reviewer: Jeroen Ketema <j.ketema@xs4all.nl> Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 322761
OpenPOWER on IntegriCloud