diff options
Diffstat (limited to 'sysdeps/x86_64/fpu/test-float-libmvec-cosf.c')
-rw-r--r-- | sysdeps/x86_64/fpu/test-float-libmvec-cosf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/x86_64/fpu/test-float-libmvec-cosf.c b/sysdeps/x86_64/fpu/test-float-libmvec-cosf.c new file mode 100644 index 0000000000..d8ecea7e6a --- /dev/null +++ b/sysdeps/x86_64/fpu/test-float-libmvec-cosf.c @@ -0,0 +1,3 @@ +#define LIBMVEC_TYPE float +#define LIBMVEC_FUNC cosf +#include "test-vector-abi-arg1.h" |