Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pown: Use denormal path only | Jan Vesely | 2018-04-17 | 1 | -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_builtins | Jan Vesely | 2018-01-17 | 1 | -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 |