]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
x86/SSE2AVX: move checking
authorJan Beulich <jbeulich@suse.com>
Thu, 28 Mar 2024 10:55:53 +0000 (11:55 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 28 Mar 2024 10:55:53 +0000 (11:55 +0100)
commitb58829cdeff4644528ec06dfdb63ffb22910088f
treede0c1bf7eb4b024753d587bc004ffcb331a96a93
parentebe82bfdb3832be50bb8553784d148d5b73c0b39
x86/SSE2AVX: move checking

It has always been looking a little odd to me that this was done deep
in cpu_flags_match(). Move it to match_template() itself - there's no
need to do anything complex when encountering such a template while it
cannot possibly be used.
gas/config/tc-i386.c