commit 9463bdaf8eab470ffb65e978661492204c945967 Author: Aaron LI <a...@aaronly.me> Date: Sat Jun 19 12:16:45 2021 +0800
x86_64/specialreg.h: Remove CPUID_XMM alias to favor CPUID_SSE The CPUID_XMM is defined as an alias to CPUID_SSE. So just remove CPUID_XMM and always use CPUID_SSE instead. This makes the code a bit clearer. Summary of changes: sys/cpu/x86_64/include/specialreg.h | 1 - sys/platform/pc64/x86_64/identcpu.c | 4 +--- sys/platform/pc64/x86_64/initcpu.c | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9463bdaf8eab470ffb65e978661492204c945967 -- DragonFly BSD source repository