summaryrefslogtreecommitdiffstats
path: root/libclc/generic/include/clc/relational/signbit.h
Commit message (Collapse)AuthorAgeFilesLines
* relational/signbit: Refactor to use relational macrosAaron Watry2014-07-171-15/+6
| | | | | | Signed-off-by: Aaron Watry <awatry@gmail.com> Reviewed-by: Tom Stellard <thomas.stellard@amd.com> llvm-svn: 213317
* relational: Implement signbitAaron Watry2014-06-251-0/+18
v2 Changes: - use __builtin_signbit instead of shifting by hand - significantly improve vector shuffling - Works correctly now for signbit(float16) on radeonsi Signed-off-by: Aaron Watry <awatry@gmail.com> Reviewed-by: Tom Stellard <thomas.stellard@amd.com> llvm-svn: 211696
OpenPOWER on IntegriCloud