summaryrefslogtreecommitdiffstats
path: root/libclc/generic/lib/relational
Commit message (Expand)AuthorAgeFilesLines
* Add initial support for half precision builtinsJan Vesely2018-05-1714-1/+186
* select: simplify implementation and fix fp16Jan Vesely2018-04-061-18/+4
* select: Add vector implementationJan Vesely2018-03-062-0/+54
* Fix bitselect for float/double types v2Tom Stellard2015-03-052-0/+78
* add isordered builtinJan Vesely2014-09-051-0/+23
* add isunordered builtinJan Vesely2014-09-051-0/+22
* add islessgreater builtinJan Vesely2014-09-051-0/+22
* add isnormal builtinJan Vesely2014-09-051-0/+18
* add isfinite builtinJan Vesely2014-09-051-0/+18
* Implement isinf builtinTom Stellard2014-09-031-0/+18
* relational: Add islessequal(floatN) builtinJan Vesely2014-08-011-0/+22
* relational: Add isless(floatN) builtinJan Vesely2014-08-011-0/+22
* relational: Implement isnotequalAaron Watry2014-07-171-0/+23
* relational: Implement isgreaterequalAaron Watry2014-07-171-0/+22
* relational: Implement isgreaterAaron Watry2014-07-171-0/+22
* relational/signbit: Refactor to use relational macrosAaron Watry2014-07-171-70/+2
* Fix isnan definition for vector resultsAaron Watry2014-07-171-3/+3
* relational: create re-usable macros for relational declarationsAaron Watry2014-07-171-0/+117
* relational: Fix signbitAaron Watry2014-06-251-7/+7
* relational: Implement signbitAaron Watry2014-06-251-0/+87
* Move clcmacro.h to avoid cluttering user namespace v2Jeroen Ketema2014-06-241-0/+1
* relational: Add isequal(floatN) builtinAaron Watry2014-06-161-0/+30
* Add all(igentype) builtinAaron Watry2014-06-161-0/+29
* Implement isnan() builtinTom Stellard2013-10-101-0/+17
* Implement any() builtin. Patch by Tom Stellard!Peter Collingbourne2012-10-081-0/+30
OpenPOWER on IntegriCloud