mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 09:43:32 +08:00
c21c7bc24e
Implement vectorized tan/tanf containing SSE, AVX, AVX2 and AVX512 versions for libmvec as per vector ABI. It also contains accuracy and ABI tests for vector tan/tanf with regenerated ulps. Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
4 lines
87 B
C
4 lines
87 B
C
#define LIBMVEC_TYPE float
|
|
#define LIBMVEC_FUNC tanf
|
|
#include "test-vector-abi-arg1.h"
|