File tree Expand file tree Collapse file tree 4 files changed +3
-34
lines changed
libspirv/lib/generic/math Expand file tree Collapse file tree 4 files changed +3
-34
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1111// Map the llvm sqrt intrinsic to an OpenCL function.
1212#define __CLC_FUNCTION __clc_llvm_intr_sqrt
1313#define __CLC_INTRINSIC "llvm.sqrt"
14- #include <math/unary_intrin.inc>
14+ #include <clc/ math/unary_intrin.inc>
1515#undef __CLC_FUNCTION
1616#undef __CLC_INTRINSIC
1717
Original file line number Diff line number Diff line change 1313#define __CLC_INTRINSIC " llvm." __CLC_XSTR(__CLC_NATIVE_INTRINSIC)
1414
1515#undef cl_khr_fp64
16- #include < math/unary_intrin.inc>
16+ #include < clc/ math/unary_intrin.inc>
1717
1818#endif
1919
Original file line number Diff line number Diff line change 1212// Map the llvm intrinsic to an OpenCL function.
1313#define __CLC_FUNCTION __clc___spirv_ocl_round
1414#define __CLC_INTRINSIC "llvm.round"
15- #include <math/unary_intrin.inc>
15+ #include <clc/ math/unary_intrin.inc>
1616
1717#undef __CLC_FUNCTION
1818#define __CLC_FUNCTION __spirv_ocl_round
You can’t perform that action at this time.
0 commit comments