Skip to content
Commit adfd96f7 authored by Tom Stellard's avatar Tom Stellard
Browse files

Fix bitselect for float/double types v2



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: default avatarAaron Watry <awatry@gmail.com>
llvm-svn: 231373
parent de05f10d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment