summaryrefslogtreecommitdiffstats
path: root/libclc/generic/lib/math/lgamma_r.cl
Commit message (Collapse)AuthorAgeFilesLines
* lgamma_r: Move code from .inc to .cl fileJan Vesely2018-03-061-0/+491
| | | | | | Reviewed-by: Aaron Watry <awatry@gmail.com> Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 326821
* Move cl_khr_fp64 exntension enablement to gentype include listsJan Vesely2018-03-061-4/+0
| | | | | | | | This will make adding cl_khr_fp16 support easier Reviewed-by: Aaron Watry <awatry@gmail.com> Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 326816
* math: Implement lgamma_rAaron Watry2016-09-151-0/+11
Ported from the amd-builtins branch, which is itself based on the Sun Microsystems implementation. Signed-off-by: Aaron Watry <awatry@gmail.com> Reviewed-by: Tom Stellard <thomas.stellard@amd.com> llvm-svn: 281564
OpenPOWER on IntegriCloud