glibc/sysdeps/x86_64/fpu/test-float-libmvec-atan2f.c
Sunil K Pandey 2941a24f8c x86-64: Add vector atan2/atan2f implementation to libmvec
Implement vectorized atan2/atan2f containing SSE, AVX, AVX2 and
AVX512 versions for libmvec as per vector ABI.  It also contains
accuracy and ABI tests for vector atan2/atan2f with regenerated ulps.

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
2021-12-29 11:38:09 -08:00

4 lines
89 B
C

#define LIBMVEC_TYPE float
#define LIBMVEC_FUNC atan2f
#include "test-vector-abi-arg2.h"