]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/test-float-vlen8.h
added pair of inputs for hypotf in binary32
[thirdparty/glibc.git] / math / test-float-vlen8.h
index ce32df200a66dc8bc7dbb7eb71d14d641757c45e..ec58ed7ab1dfd2b40992c80afc6a5a5e4661ce00 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for float vector tests with vector length 8.
-   Copyright (C) 2014-2016 Free Software Foundation, Inc.
+   Copyright (C) 2014-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "test-float.h"
-#include "test-math-no-inline.h"
 #include "test-math-vector.h"
 
-#define TEST_MSG "testing float vector math (without inline functions)\n"
-#define CHOOSE(Clongdouble,Cdouble,Cfloat,Cinlinelongdouble,Cinlinedouble,Cinlinefloat) Cfloat
-
-#define EXCEPTION_TESTS_float 0
-#define ROUNDING_TESTS_float(MODE) ((MODE) == FE_TONEAREST)
-
 #define VEC_SUFF _vlen8
 #define VEC_LEN 8
-
-#define FUNC_TEST(function) function ## f ## _VEC_SUFF