summaryrefslogtreecommitdiffstats
path: root/libclc/generic/lib/math/half_sqrt.cl
Commit message (Collapse)AuthorAgeFilesLines
* half_sqrt: Cleanup implementationJan Vesely2018-01-181-24/+2
| | | | | | | | | Passes CTS on carrizo v2: Use full precision implementation Reviewer: Jeroen Ketema <j.ketema@xs4all.nl> Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 322888
* math: limit half_sqrt to single precisionJan Vesely2015-05-091-4/+2
| | | | | | Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> Reviewed-by: Tom Stellard <thomas.stellard@amd.com> llvm-svn: 236941
* Implement half_sqrt builtin v2Tom Stellard2015-03-231-0/+30
This is a generic implementation which just calls sqrt. Targets should override this if they want a faster implementation. v2: - Alphabetize SOURCES llvm-svn: 232965
OpenPOWER on IntegriCloud