]> git.ipfire.org Git - thirdparty/gcc.git/commit
Allow -mno-evex512 usage
authorHaochen Jiang <haochen.jiang@intel.com>
Mon, 9 Oct 2023 08:10:03 +0000 (16:10 +0800)
committerHaochen Jiang <haochen.jiang@intel.com>
Mon, 9 Oct 2023 09:09:09 +0000 (17:09 +0800)
commit85bd47bf4b0fb82e5c9b12952324ea3e5f94c50a
treea17d751db942a157684799a4c2e92e07fc1cd172
parent43b08ab2fad8f399febbad1d24cd7ddb9fc5a6d5
Allow -mno-evex512 usage

gcc/ChangeLog:

* config/i386/i386.opt: Allow -mno-evex512.

gcc/testsuite/ChangeLog:

* gcc.target/i386/noevex512-1.c: New test.
* gcc.target/i386/noevex512-2.c: Ditto.
* gcc.target/i386/noevex512-3.c: Ditto.
gcc/config/i386/i386.opt
gcc/testsuite/gcc.target/i386/noevex512-1.c [new file with mode: 0644]
gcc/testsuite/gcc.target/i386/noevex512-2.c [new file with mode: 0644]
gcc/testsuite/gcc.target/i386/noevex512-3.c [new file with mode: 0644]