[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/20140] CpuAVX512VL should be treated like Cpu64
From: |
cvs-commit at gcc dot gnu.org |
Subject: |
[Bug gas/20140] CpuAVX512VL should be treated like Cpu64 |
Date: |
Wed, 25 May 2016 22:06:59 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=20140
--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot
gnu.org> ---
The master branch has been updated by H.J. Lu <address@hidden>:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=73b090a922a5f43931f0ec10b1b1b9507c819ebf
commit 73b090a922a5f43931f0ec10b1b1b9507c819ebf
Author: H.J. Lu <address@hidden>
Date: Wed May 25 14:59:05 2016 -0700
Require another match for AVX512VL
The AVX512VL bit alone isn't sufficient to select a 128-bit or 256-bit
AVX512 instruction. We must match another AVX512 bit.
PR gas/20140
* config/tc-i386.c (cpu_flags_match): Require another match
for AVX512VL.
* testsuite/gas/i386/i386.exp: Run avx512vl-1, avx512vl-2,
x86-64-avx512vl-1 and x86-64-avx512vl-2.
* testsuite/gas/i386/avx512vl-1.l: New file.
* testsuite/gas/i386/avx512vl-1.s: Likewise.
* testsuite/gas/i386/avx512vl-2.l: Likewise.
* testsuite/gas/i386/avx512vl-2.s: Likewise.
* testsuite/gas/i386/x86-64-avx512vl-1.l: Likewise.
* testsuite/gas/i386/x86-64-avx512vl-1.s: Likewise.
* testsuite/gas/i386/x86-64-avx512vl-2.l: Likewise.
* testsuite/gas/i386/x86-64-avx512vl-2.s: Likewise.
--
You are receiving this mail because:
You are on the CC list for the bug.