summaryrefslogtreecommitdiffstats
path: root/libclc/generic/include/clc
Commit message (Expand)AuthorAgeFilesLines
* sincos: Simplify declaration headers.Jan Vesely2019-03-131-8/+3
* fdim: Use binary_decl_tt.inc instead of custom inc file.Jan Vesely2019-03-132-2/+6
* nextafter: Use binary_decl_tt.inc instead of custom inc file.Jan Vesely2019-03-132-2/+6
* copysign: Use binary_decl_tt.inc instead of custom inc file.Jan Vesely2019-03-132-2/+6
* atan2pi: Use binary_decl_tt.inc instead of custom inc file.Jan Vesely2019-03-132-24/+6
* atan2: Use binary_decl_tt.inc instead of custom inc file.Jan Vesely2019-03-132-24/+6
* hypot: Use binary_decl_tt.inc instead of custom inc fileJan Vesely2019-03-132-2/+6
* Move unary_instrinsic.inc to private headers.Jan Vesely2019-03-131-29/+0
* Move binary_intrinsic.h to private headers.Jan Vesely2019-03-131-29/+0
* Move ternary_intrinsic.h to private headers.Jan Vesely2019-03-131-30/+0
* trunc: Remove llvm intrinsic from the header.Jan Vesely2019-03-131-6/+4
* round: Remove llvm intrinsic from the headerJan Vesely2019-03-131-6/+4
* rint: Remove llvm intrinsic from the header.Jan Vesely2019-03-131-5/+6
* floor: Remove llvm isntrinsic from the header.Jan Vesely2019-03-131-5/+6
* fabs: Remove llvm intrinsic from the header.Jan Vesely2019-03-131-5/+6
* ceil: Remove llvm intrinsic from the header.Jan Vesely2019-03-131-5/+6
* mad: Convert to standard ternary headerJan Vesely2019-03-132-2/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* atom: Use volatile pointers for cl_khr_{global,local}_int32_{base,extended}_a...Jan Vesely2018-06-217-13/+13
* atomic: Provide function implementation of atomic_{dec,inc}Jan Vesely2018-06-212-2/+8
* atom: Consolidate cl_khr_int64_{base,extended}_atomics declarationsJan Vesely2018-06-219-32/+27
* atom: Consolidate cl_khr_{local,global}_int32_{base,extended}_atomics declara...Jan Vesely2018-06-2117-32/+58
* atomic: Cleanup atomic_cmpxchg headerJan Vesely2018-06-211-15/+4
* atomic: Move define cleanup to shared includeJan Vesely2018-06-219-26/+8
* math/fma: Add fp32 software implementationJan Vesely2018-06-072-5/+7
* Add initial support for half precision builtinsJan Vesely2018-05-1713-3/+221
* remquo: Port from amd builtinsJan Vesely2018-05-033-0/+20
* relational/select: Condition types for half are short/ushort, not char/ucharJan Vesely2018-04-251-2/+2
* fmod: Port from amd_builtinsJan Vesely2018-04-062-2/+3
* remainder: Port from amd builtinsJan Vesely2018-03-192-0/+5
* nan: ImplementJan Vesely2018-03-123-0/+25
* integer/gentype: Add __CLC_VECSIZE macroJan Vesely2018-03-081-0/+96
* popcount: Provide function implementation rather than intrinsic redirectJan Vesely2018-03-083-26/+6
* select: Add vector implementationJan Vesely2018-03-062-1/+36
* Move cl_khr_fp64 exntension enablement to gentype include listsJan Vesely2018-03-065-0/+7
* Add vstore_half_rte implementationJan Vesely2018-02-061-0/+2
* Add vstore_half_rtp implementationJan Vesely2018-02-061-0/+2
* Add vstore_half_rtn implementationJan Vesely2018-02-061-0/+2
* Add vstore_half_rtz implementationJan Vesely2018-02-061-0/+2
* vstore_half: Consolidate declarationsJan Vesely2018-02-061-39/+26
* half_powr: Implement using powrJan Vesely2018-02-012-0/+8
* tanpi: Port from amd_builtinsJan Vesely2018-01-192-0/+8
* half_divide: Implement using x/yJan Vesely2018-01-182-0/+8
* half_tan: Implement using tanJan Vesely2018-01-182-0/+10
* half_sin: Implement using sinJan Vesely2018-01-182-0/+10
* half_recip: Implement using 1/xJan Vesely2018-01-182-0/+10
* half_log2: Implement using log2Jan Vesely2018-01-182-0/+10
* half_log10: Implement using log10Jan Vesely2018-01-182-0/+10
* half_log: Implement using logJan Vesely2018-01-182-0/+10
* half_exp10: Implement using exp10Jan Vesely2018-01-182-0/+10
OpenPOWER on IntegriCloud