summaryrefslogtreecommitdiffstats
path: root/libclc/generic
Commit message (Expand)AuthorAgeFilesLines
* Implement log1p builtinTom Stellard2014-10-078-0/+669
* Implement fmodJan Vesely2014-10-055-0/+17
* Implement async_work_group_copy builtin v3Tom Stellard2014-10-036-0/+48
* Implement async_work_group_strided_copy builtin v2Tom Stellard2014-10-036-0/+66
* Implement wait_group_events builtin v2Tom Stellard2014-10-034-0/+8
* Remove more redundant semi-colonsJeroen Ketema2014-09-181-5/+5
* atomic: undef macros that are included from atomic_decl.incAaron Watry2014-09-178-0/+15
* Remove redundant semi-colonsJeroen Ketema2014-09-171-4/+4
* atomic: Add generic atom[ic]_cmpxchgAaron Watry2014-09-168-0/+56
* atomic: Implement generic atom[ic]_xchgAaron Watry2014-09-169-0/+54
* atomic: Add generic atomic_min implementationAaron Watry2014-09-168-0/+54
* atomic: Add generic atom[ic]_xorAaron Watry2014-09-168-0/+43
* atomic: Add atom[ic]_orAaron Watry2014-09-168-0/+41
* atomics: Add generic atom[ic]_andAaron Watry2014-09-168-0/+42
* atomic: Add generic implementation of atom[ic]_maxAaron Watry2014-09-168-0/+58
* atomic: define extension functions for existing atomic implementationsAaron Watry2014-09-1610-0/+54
* math: Add tan implementationAaron Watry2014-09-106-0/+21
* math: Add asin implementationAaron Watry2014-09-106-0/+16
* math: Add acos implementationAaron Watry2014-09-106-0/+34
* add isordered builtinJan Vesely2014-09-054-0/+34
* add isunordered builtinJan Vesely2014-09-054-0/+33
* add islessgreater builtinJan Vesely2014-09-054-0/+31
* add isnormal builtinJan Vesely2014-09-054-0/+29
* add isfinite builtinJan Vesely2014-09-054-0/+29
* Implement isinf builtinTom Stellard2014-09-034-0/+41
* Fix implementation of copysignTom Stellard2014-09-034-1/+16
* Implement generic mad_satJan Vesely2014-09-026-0/+100
* Revert "Implement generic mad_sat"Aaron Watry2014-08-236-100/+0
* Add int3/uint3 to integer-gentype.incAaron Watry2014-08-231-0/+8
* Implement generic mad_satAaron Watry2014-08-236-0/+100
* Add missing file from r216127Tom Stellard2014-08-201-0/+204
* Implement prefetch builtinTom Stellard2014-08-206-0/+18
* vload/vstore: Use casts instead of scalarizing everything in CLC versionAaron Watry2014-08-205-188/+21
* relational: Add islessequal(floatN) builtinJan Vesely2014-08-014-0/+31
* relational: Add isless(floatN) builtinJan Vesely2014-08-014-0/+31
* Implement sin builtin for float typesTom Stellard2014-07-234-6/+75
* Implement cos builtin for float typesTom Stellard2014-07-236-6/+406
* Implement atan2 builtinTom Stellard2014-07-236-0/+132
* Implement atan builtinTom Stellard2014-07-236-0/+296
* Add several missing double constant definitionsAaron Watry2014-07-171-0/+11
* relational: Implement isnotequalAaron Watry2014-07-174-0/+34
* relational: Implement isgreaterequalAaron Watry2014-07-174-0/+33
* relational: Implement isgreaterAaron Watry2014-07-174-0/+33
* relational/signbit: Refactor to use relational macrosAaron Watry2014-07-172-85/+8
* Fix isnan definition for vector resultsAaron Watry2014-07-171-3/+3
* relational: create re-usable macros for relational declarationsAaron Watry2014-07-174-0/+200
* OpenCL 1.1 does not define CL_VERSION_1_2 so use hardcoded number insteadJeroen Ketema2014-06-262-4/+4
* relational: Fix signbitAaron Watry2014-06-251-7/+7
* relational: Implement signbitAaron Watry2014-06-254-0/+107
* Add exp10Jeroen Ketema2014-06-256-0/+31
OpenPOWER on IntegriCloud