Files
clang-p2996/libclc/generic/include/clc/math/fdim.h
Aaron Watry 55a8e0fd6d math: Add fdim implementation
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
2016-05-06 03:34:45 +00:00

3 lines
71 B
C

#define __CLC_BODY <clc/math/fdim.inc>
#include <clc/math/gentype.inc>