xref: /llvm-project/libclc/generic/lib/math/fabs.cl (revision 06789ccb1695214f787cd471a300522973d33375)
1#include <clc/clc.h>
2#include <clc/clcmacro.h>
3#include <clc/math/clc_fabs.h>
4
5#undef __CLC_FUNCTION
6#define __CLC_FUNCTION fabs
7#include <clc/math/unary_builtin.inc>
8