glibc/sysdeps/x86_64/fpu/test-float-libmvec-sinf.c
Sunil K Pandey 4f690aad9e x86_64: Add missing libmvec ABI tests
Add vector ABI tests for cos, exp, log, pow and sin functions.

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
2021-10-22 06:46:49 -07:00

4 lines
87 B
C

#define LIBMVEC_TYPE float
#define LIBMVEC_FUNC sinf
#include "test-vector-abi-arg1.h"