File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ foreach( t ${LIBCLC_TARGETS_TO_BUILD} )
412412 # Error on undefined macros
413413 -Werror=undef
414414 -fdiscard-value -names
415- -Xclang -fdenormal-fp-math-f32 =dynamic
415+ -Xclang -fdenormal-fp-math=dynamic
416416 )
417417
418418 if ( NOT "${cpu} " STREQUAL "" )
Original file line number Diff line number Diff line change 77//===----------------------------------------------------------------------===//
88
99#include <clc/internal/clc.h>
10- #include <clc/internal/ math/clc_sw_fma .h>
10+ #include <clc/math/clc_fma .h>
1111#include <clc/math/math.h>
1212
1313#define __CLC_BODY <clc_fma.inc>
Original file line number Diff line number Diff line change 66//
77//===----------------------------------------------------------------------===//
88
9- #include <clc/internal/ math/clc_sw_fma .h>
9+ #include <clc/math/clc_fma .h>
1010#include <clc/opencl/math/fma.h>
1111
1212#define __CLC_FLOAT_ONLY
Original file line number Diff line number Diff line change 66//
77//===----------------------------------------------------------------------===//
88
9- #include <clc/internal/ math/clc_sw_fma .h>
9+ #include <clc/math/clc_fma .h>
1010#include <clc/opencl/math/fma.h>
1111
1212#define __CLC_FLOAT_ONLY
You can’t perform that action at this time.
0 commit comments