mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-11 12:50:58 +08:00
Implement vectorized log1p/log1pf containing SSE, AVX, AVX2 and AVX512 versions for libmvec as per vector ABI. It also contains accuracy and ABI tests for vector log1p/log1pf 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 float
|
|
#define LIBMVEC_FUNC log1pf
|
|
#include "test-vector-abi-arg1.h"
|