hanchenye-llvm-project/libclc/generic/include
Tom Stellard d538fdc217 Implement exp2 using OpenCL C rather than using an intrinsic
Not all targets support the intrinsic, so it's better to have a
generic implementation which does not use it.

This exp2 implementation was ported from the AMD builtin library
and has been tested with piglit, OpenCV, and the ocl conformance tests.

llvm-svn: 237228
2015-05-13 03:55:07 +00:00
..
clc Implement exp2 using OpenCL C rather than using an intrinsic 2015-05-13 03:55:07 +00:00
math Move ldexp soft implementation to a separate file 2015-05-06 21:59:29 +00:00
config.h configure: Add --enable-runtime-subnormal option 2015-04-20 18:49:50 +00:00