diff options
Diffstat (limited to 'sysdeps/x86_64/fpu/test-float-vlen8-avx2.c')
-rw-r--r-- | sysdeps/x86_64/fpu/test-float-vlen8-avx2.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/sysdeps/x86_64/fpu/test-float-vlen8-avx2.c b/sysdeps/x86_64/fpu/test-float-vlen8-avx2.c index 4c6d4b5cc4..bb1f70ee32 100644 --- a/sysdeps/x86_64/fpu/test-float-vlen8-avx2.c +++ b/sysdeps/x86_64/fpu/test-float-vlen8-avx2.c @@ -16,18 +16,6 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -#include "test-float-vlen8.h" - -#undef VEC_SUFF -#define VEC_SUFF _vlen8_avx2 - -#define TEST_VECTOR_cosf 1 -#define TEST_VECTOR_sinf 1 -#define TEST_VECTOR_sincosf 1 -#define TEST_VECTOR_logf 1 -#define TEST_VECTOR_expf 1 -#define TEST_VECTOR_powf 1 - -#define REQUIRE_AVX2 +#include <test-float-vlen8-avx2.h> #include "libm-test.c" |