mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
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