Files
clang-p2996/libclc/generic/include/clc/math/fma.h
Jan Vesely 6e85e6309d math/fma: Add fp32 software implementation
Passes CTS on carrizo (when forced to use sw fma) and turks.
Reviewer: Tom Stellard <tstellar@redhat.com>
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>

llvm-svn: 334226
2018-06-07 20:27:43 +00:00

8 lines
148 B
C

#define __CLC_BODY <clc/math/ternary_decl.inc>
#define __CLC_FUNCTION fma
#include <clc/math/gentype.inc>
#undef __CLC_BODY
#undef __CLC_FUNCTION