From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 698853857C65; Fri, 28 Oct 2022 17:43:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 698853857C65 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666978997; bh=MGbwJ4zg4JhrW/H5e6D27wcbZWQSvy1dOSvyqSw8JAM=; h=From:To:Subject:Date:From; b=p1GZAz4ZWrW2pFCeJSYP99SrvMoTkJFJf4L8g2oMt9NTh1M87LFKUDUzgzXedBEZn ksk5MfRAkrqNdu1X+0Ceflf9IyQAFhp2AATl1IzTPFHfpMlZD66biGJf7kByZwRJG4 nYT/tnauZk2JMezSVnX6cYHguULTA7tClcLUNImo= 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: 3e4d85ba6fce01914e2e984edc8c579b3aa81fc6 X-Git-Newrev: 57fa09bea86becf7b27b7ba04e9f9bbe5639a1b7 Message-Id: <20221028174317.698853857C65@sourceware.org> Date: Fri, 28 Oct 2022 17:43:16 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=57fa09bea86becf7b27b7ba04e9f9bbe5639a1b7 commit 57fa09bea86becf7b27b7ba04e9f9bbe5639a1b7 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