Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fdim: Use binary_decl_tt.inc instead of custom inc file. | Jan Vesely | 2019-03-13 | 1 | -1/+6 |
| | | | | | | Reviewer: Aaron Watry Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 356027 | ||||
* | math: Add fdim implementation | Aaron Watry | 2016-05-06 | 1 | -0/+2 |
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 |