diff options
Diffstat (limited to 'libclc/generic/include/clc/math/fmod.h')
-rw-r--r-- | libclc/generic/include/clc/math/fmod.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libclc/generic/include/clc/math/fmod.h b/libclc/generic/include/clc/math/fmod.h index 49068675b0e..443eaf38dca 100644 --- a/libclc/generic/include/clc/math/fmod.h +++ b/libclc/generic/include/clc/math/fmod.h @@ -1,2 +1,4 @@ -#define __CLC_BODY <clc/math/fmod.inc> +#define __CLC_FUNCTION fmod +#define __CLC_BODY <clc/math/binary_decl_tt.inc> #include <clc/math/gentype.inc> +#undef __CLC_FUNCTION |