]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/test-double-vlen8.h
Improve the accuracy of tgamma (BZ #26983)
[thirdparty/glibc.git] / math / test-double-vlen8.h
index dddb52c00815856e947e5b1c7153b4997c30b1f8..b13ba4c3d0059623ccf32828da871c6e3c70fa12 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for double vector tests with vector length 8.
-   Copyright (C) 2014-2016 Free Software Foundation, Inc.
+   Copyright (C) 2014-2021 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-double.h"
-#include "test-math-no-inline.h"
 #include "test-math-vector.h"
 
-#define TEST_MSG "testing double vector math (without inline functions)\n"
-#define CHOOSE(Clongdouble,Cdouble,Cfloat,Cinlinelongdouble,Cinlinedouble,Cinlinefloat) Cdouble
-
-#define EXCEPTION_TESTS_double 0
-#define ROUNDING_TESTS_double(MODE) ((MODE) == FE_TONEAREST)
-
 #define VEC_SUFF _vlen8
 #define VEC_LEN 8
-
-#define FUNC_TEST(function) function ## _VEC_SUFF