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