mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-14 09:01:07 +00:00
8f8566026d
Implement vectorized log10/log10f containing SSE, AVX, AVX2 and AVX512 versions for libmvec as per vector ABI. It also contains accuracy and ABI tests for vector log10/log10f with regenerated ulps. Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
4 lines
89 B
C
4 lines
89 B
C
#define LIBMVEC_TYPE double
|
|
#define LIBMVEC_FUNC log10
|
|
#include "test-vector-abi-arg1.h"
|