From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 880FC385B50B; Thu, 9 Feb 2023 19:50:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 880FC385B50B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1675972205; bh=rIlXzJaJ6Tund2yg+2LVSb3cWO9sZF0yrxHD0zvSeXE=; h=From:To:Subject:Date:From; b=DsYOOEh5xJdXciQOwa/DBfy//MVierwFfVMsk6tHj5+vt5o0gyAGgTPPJzoxZQZft IEjgKqwTLdFQYbcl73IWL1RB3maLMdVpHDkhR6O0iksXNy0zyVy3qDxwWTlXc5WcfP uaiZ75KXPzYp3zGUoZjf7arHHiD3ahsKPnfnDb0s= 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: 1e71cfefd34cd09f63dbcd90528603b5472b2e84 X-Git-Newrev: 08c1e786243a05555d717b39f8b9000314e51d5d Message-Id: <20230209195005.880FC385B50B@sourceware.org> Date: Thu, 9 Feb 2023 19:50:05 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=08c1e786243a05555d717b39f8b9000314e51d5d commit 08c1e786243a05555d717b39f8b9000314e51d5d 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 d845906df5..224e704bce 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 d550804822..e404fdb7bd 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 3eddf98ea1..5125365793 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 d8e46de040..aa0454835d 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