summaryrefslogtreecommitdiffstats
path: root/libclc/generic/include/clc/math/half_sqrt.h
Commit message (Collapse)AuthorAgeFilesLines
* half_sqrt: Cleanup implementationJan Vesely2018-01-181-2/+0
| | | | | | | | | 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-2/+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/+31
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