Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bitselect for float/double types v2 | Tom Stellard | 2015-03-05 | 1 | -1/+28 |
| | | | | | | | | | | | | | | 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 | ||||
* | Add bitselect() builtin | Tom Stellard | 2013-07-08 | 1 | -0/+1 |
Reviewed-By: Aaron Watry <awatry@gmail.com> llvm-svn: 185836 |