1#include <clc/clc.h> 2#include <math/clc_fma.h> 3 4#define __CLC_BODY <fma.inc> 5#define __FLOAT_ONLY 6#include <clc/math/gentype.inc> 7 8bool __clc_runtime_has_hw_fma32() 9{ 10 return false; 11} 12