summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenOpenCL/builtins-f16.cl
Commit message (Collapse)AuthorAgeFilesLines
* Builtins: Start adding half versions of math builtinsMatt Arsenault2019-08-061-0/+71
The implementation of the OpenCL builtin currently library uses 2 different hacks to get to the corresponding IR intrinsics from the source. This will allow removal of those. This is the set that is currently used (minus a few vector ones). llvm-svn: 367973
OpenPOWER on IntegriCloud