diff options
Diffstat (limited to 'libclc/generic/include/clc/math/fmax.h')
-rw-r--r-- | libclc/generic/include/clc/math/fmax.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libclc/generic/include/clc/math/fmax.h b/libclc/generic/include/clc/math/fmax.h index d6956af85a5..71ee859be4f 100644 --- a/libclc/generic/include/clc/math/fmax.h +++ b/libclc/generic/include/clc/math/fmax.h @@ -1,8 +1,5 @@ -#undef fmax -#define fmax __clc_fmax - #define __CLC_BODY <clc/math/binary_decl.inc> -#define __CLC_FUNCTION __clc_fmax +#define __CLC_FUNCTION fmax #include <clc/math/gentype.inc> |