mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-07 13:28:05 +08:00
Silence Clang #include_next error
Use "#include <...>" to silence Clang #include_next error: In file included from ../sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c:19: ../sysdeps/x86_64/fpu/test-double-vlen4.h:19:2: error: #include_next in file found relative to primary source file or found by absolute path; will search from start of include path [-Werror,-Winclude-next-absolute-path] 19 | #include_next <test-double-vlen4.h> | ^ 1 error generated. Signed-off-by: H.J. Lu <hjl.tools@gmail.com> Reviewed-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
215447f5cb
commit
0cc88d2327
@ -16,7 +16,7 @@
|
||||
License along with the GNU C Library; if not, see
|
||||
<https://www.gnu.org/licenses/>. */
|
||||
|
||||
#include "test-double-vlen4.h"
|
||||
#include <test-double-vlen4.h>
|
||||
#include "test-math-vector-sincos.h"
|
||||
#include <immintrin.h>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
License along with the GNU C Library; if not, see
|
||||
<https://www.gnu.org/licenses/>. */
|
||||
|
||||
#include "test-double-vlen4.h"
|
||||
#include <test-double-vlen4.h>
|
||||
#include "test-math-vector-sincos.h"
|
||||
#include <immintrin.h>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
License along with the GNU C Library; if not, see
|
||||
<https://www.gnu.org/licenses/>. */
|
||||
|
||||
#include "test-double-vlen8.h"
|
||||
#include <test-double-vlen8.h>
|
||||
#include "test-math-vector-sincos.h"
|
||||
#include <immintrin.h>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
License along with the GNU C Library; if not, see
|
||||
<https://www.gnu.org/licenses/>. */
|
||||
|
||||
#include "test-float-vlen16.h"
|
||||
#include <test-float-vlen16.h>
|
||||
#include "test-math-vector-sincos.h"
|
||||
#include <immintrin.h>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
License along with the GNU C Library; if not, see
|
||||
<https://www.gnu.org/licenses/>. */
|
||||
|
||||
#include "test-float-vlen8.h"
|
||||
#include <test-float-vlen8.h>
|
||||
#include "test-math-vector-sincos.h"
|
||||
#include <immintrin.h>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
License along with the GNU C Library; if not, see
|
||||
<https://www.gnu.org/licenses/>. */
|
||||
|
||||
#include "test-float-vlen8.h"
|
||||
#include <test-float-vlen8.h>
|
||||
#include "test-math-vector-sincos.h"
|
||||
#include <immintrin.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user