Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | math: Use single precision fmax in sp path | Jan Vesely | 2016-05-17 | 1 | -1/+1 |
| | | | | | | | | | | Fixes fdim piglit on Turks v2: use CL fmax instead of __builtin Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> Reviewed-by: Tom Stellard <tom.stellard@amd.com> llvm-svn: 269807 | ||||
* | math: Add fdim implementation | Aaron Watry | 2016-05-06 | 1 | -0/+71 |
Based on the amd-builtin, but explicitly vectorized for all sizes (not just float4), and includes a vectorized double implementation. Passes piglit (float) tests on pitcairn. Signed-off-by: Aaron Watry <awatry@gmail.com> Reviewed-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 268708 |