diff options
Diffstat (limited to 'math/math.h')
-rw-r--r-- | math/math.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/math.h b/math/math.h index 7e959fca9f..c5115d7982 100644 --- a/math/math.h +++ b/math/math.h @@ -58,6 +58,10 @@ __BEGIN_DECLS __SIMD_DECL (__MATH_PRECNAME (function, suffix)) \ __MATHCALL (function, suffix, args) +#define __MATHDECL_VEC(type, function,suffix, args) \ + __SIMD_DECL (__MATH_PRECNAME (function, suffix)) \ + __MATHDECL(type, function,suffix, args) + #define __MATHCALL(function,suffix, args) \ __MATHDECL (_Mdouble_,function,suffix, args) #define __MATHDECL(type, function,suffix, args) \ |