From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 819D1385625A; Tue, 10 May 2022 18:25:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 819D1385625A Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Adhemerval Zanella To: glibc-cvs@sourceware.org Subject: [glibc/azanella/clang] x86: Fix test-double-vlen include-next X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/azanella/clang X-Git-Oldrev: f121d5abef7a34639ce3de17b190aba7b22589a1 X-Git-Newrev: 67d80051dcdf24dac70c406362b9744e43bde0db Message-Id: <20220510182550.819D1385625A@sourceware.org> Date: Tue, 10 May 2022 18:25:50 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2022 18:25:50 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=67d80051dcdf24dac70c406362b9744e43bde0db commit 67d80051dcdf24dac70c406362b9744e43bde0db Author: Adhemerval Zanella Date: Thu Mar 24 13:14:30 2022 -0300 x86: Fix test-double-vlen include-next Diff: --- sysdeps/x86_64/fpu/test-double-vlen4.h | 2 +- sysdeps/x86_64/fpu/test-double-vlen8.h | 2 +- sysdeps/x86_64/fpu/test-float-vlen16.h | 2 +- sysdeps/x86_64/fpu/test-float-vlen8.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysdeps/x86_64/fpu/test-double-vlen4.h b/sysdeps/x86_64/fpu/test-double-vlen4.h index 89ee25d800..3c812359de 100644 --- a/sysdeps/x86_64/fpu/test-double-vlen4.h +++ b/sysdeps/x86_64/fpu/test-double-vlen4.h @@ -16,6 +16,6 @@ License along with the GNU C Library; if not, see . */ -#include_next +#include #define REQUIRE_AVX diff --git a/sysdeps/x86_64/fpu/test-double-vlen8.h b/sysdeps/x86_64/fpu/test-double-vlen8.h index 08438d1bf1..100cf8cb17 100644 --- a/sysdeps/x86_64/fpu/test-double-vlen8.h +++ b/sysdeps/x86_64/fpu/test-double-vlen8.h @@ -16,6 +16,6 @@ License along with the GNU C Library; if not, see . */ -#include_next +#include #define REQUIRE_AVX512F diff --git a/sysdeps/x86_64/fpu/test-float-vlen16.h b/sysdeps/x86_64/fpu/test-float-vlen16.h index 0519cc763d..ff79c58f01 100644 --- a/sysdeps/x86_64/fpu/test-float-vlen16.h +++ b/sysdeps/x86_64/fpu/test-float-vlen16.h @@ -16,6 +16,6 @@ License along with the GNU C Library; if not, see . */ -#include_next +#include #define REQUIRE_AVX512F diff --git a/sysdeps/x86_64/fpu/test-float-vlen8.h b/sysdeps/x86_64/fpu/test-float-vlen8.h index 55805c210e..71deec3cb9 100644 --- a/sysdeps/x86_64/fpu/test-float-vlen8.h +++ b/sysdeps/x86_64/fpu/test-float-vlen8.h @@ -16,6 +16,6 @@ License along with the GNU C Library; if not, see . */ -#include_next +#include #define REQUIRE_AVX