summaryrefslogtreecommitdiffstats
path: root/libclc/generic/lib/gen_convert.py
Commit message (Collapse)AuthorAgeFilesLines
* 64 bit integers are legal in full profile without an extensionJan Vesely2016-06-171-5/+12
| | | | | | Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> Reviewed-by: Tom Stellard <tom@stellard.net> llvm-svn: 273042
* Fix definition of INFINITY and add NAN/HUGE_VAL[F]Aaron Watry2014-06-161-2/+0
| | | | | | | | | | | | v3: change __builtin_nanf() to __builtin_nanf("") This doesn't work yet, but it was agreed to commit as-is with the logic that "broken" is better than "completely missing" and this should be fixed in clang. v2: use __builtin_inff() and also add nan/huge_val definitions Signed-off-by: Aaron Watry <awatry@gmail.com> llvm-svn: 211065
* Port pocl's gen_convert.py script to libclcTom Stellard2013-10-101-0/+390
This script generates implementations for the entire set of convert_* functions, llvm-svn: 192385
OpenPOWER on IntegriCloud