]> git.ipfire.org Git - thirdparty/qemu.git/commit
cpuinfo/i386: Detect GFNI as an AVX extension
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 5 Aug 2025 01:40:31 +0000 (11:40 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 4 Sep 2025 07:49:23 +0000 (09:49 +0200)
commitb8eb3dd49583729edceb18628e626eac15a15de4
treef24a34806ca0c8cf21e12067b744654579fcd1ac
parent27ea28a0b369b4b14a485a5d6f045e0dc1db4e38
cpuinfo/i386: Detect GFNI as an AVX extension

We won't use the SSE GFNI instructions, so delay
detection until we know AVX is present.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
host/include/i386/host/cpuinfo.h
include/qemu/cpuid.h
util/cpuinfo-i386.c