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

