forked from OSchip/llvm-project
We need to reinterpret float/double types as uint/ulong in order to
perform the bitwise operations.
This has been tested with piglit, OpenCV, and the ocl conformance tests.
v2:
- Use vector operations rather than splitting vectors into scalar
components.
Reviewed-by: Aaron Watry <awatry@gmail.com>
llvm-svn: 231373
|
||
|---|---|---|
| .. | ||
| all.cl | ||
| any.cl | ||
| bitselect.cl | ||
| bitselect.inc | ||
| isequal.cl | ||
| isfinite.cl | ||
| isgreater.cl | ||
| isgreaterequal.cl | ||
| isinf.cl | ||
| isless.cl | ||
| islessequal.cl | ||
| islessgreater.cl | ||
| isnan.cl | ||
| isnormal.cl | ||
| isnotequal.cl | ||
| isordered.cl | ||
| isunordered.cl | ||
| relational.h | ||
| signbit.cl | ||