diff options
Diffstat (limited to 'libclc/generic/include/math/clc_fmod.h')
-rw-r--r-- | libclc/generic/include/math/clc_fmod.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libclc/generic/include/math/clc_fmod.h b/libclc/generic/include/math/clc_fmod.h new file mode 100644 index 00000000000..0409785ee50 --- /dev/null +++ b/libclc/generic/include/math/clc_fmod.h @@ -0,0 +1,4 @@ +#define __CLC_FUNCTION __clc_fmod +#define __CLC_BODY <clc/math/binary_decl_tt.inc> +#include <clc/math/gentype.inc> +#undef __CLC_FUNCTION |