]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/test-float-vlen4.h
Merge branch 'master' of git://sourceware.org/git/glibc
[thirdparty/glibc.git] / math / test-float-vlen4.h
index 5a88fb857daf6b69caa2317abe1f8794a159c96b..cd01d1070e0b3d849bce7d430f862f5c0c12b3cf 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for float vector tests with vector length 4.
-   Copyright (C) 2014-2016 Free Software Foundation, Inc.
+   Copyright (C) 2014-2018 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
 #include "test-math-no-inline.h"
 #include "test-math-vector.h"
 
-#define TEST_MSG "testing float vector math (without inline functions)\n"
-
-#define EXCEPTION_TESTS_float 0
-#define ROUNDING_TESTS_float(MODE) ((MODE) == FE_TONEAREST)
-
 #define VEC_SUFF _vlen4
 #define VEC_LEN 4
-
-#define FUNC_TEST(function) function ## f ## _VEC_SUFF