x86: fix SSE4a dependencies of ".arch .nosse*"
authorJan Beulich <jbeulich@suse.com>
Thu, 13 Feb 2020 09:19:28 +0000 (10:19 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 13 Feb 2020 09:19:28 +0000 (10:19 +0100)
commit7deea9aad86683a4bcc68d6dd073038039f7a267
tree5c65487902b62b9a4f48c25f47a30081f7408924
parentf3b0f7fe42309fa0e00b4d2074b0faefbf2e8ffd
x86: fix SSE4a dependencies of ".arch .nosse*"

Since ".arch .sse4a" enables SSE3 and earlier, disabling SSE3 should
also disable SSE4a. And as per its name, ".arch .nosse4" should also do
so.
gas/ChangeLog
gas/config/tc-i386.c
opcodes/ChangeLog
opcodes/i386-gen.c
opcodes/i386-init.h
This page took 0.033518 seconds and 4 git commands to generate.