[LangRef] Fix code segment and numbering issue in the 'call' instruction section...
[llvm-project.git] / libclc / clc / lib / generic / math / clc_fabs.cl
blob23ff3a7a187e1d6ac34672afc55b6aacca94e831
1 #include <clc/internal/clc.h>
3 #undef __CLC_FUNCTION
4 #define __CLC_FUNCTION __clc_fabs
5 #define __CLC_BUILTIN __builtin_elementwise_abs
6 #include <clc/math/unary_builtin.inc>