mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
<sys/platform/x86.h>: Add AMX-COMPLEX support
Add AMX-COMPLEX support to <sys/platform/x86.h>. Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
This commit is contained in:
@ -221,6 +221,8 @@ update_active (struct cpu_features *cpu_features)
|
||||
CPU_FEATURE_SET_ACTIVE (cpu_features, AMX_INT8);
|
||||
/* Determine if AMX_FP16 is usable. */
|
||||
CPU_FEATURE_SET_ACTIVE (cpu_features, AMX_FP16);
|
||||
/* Determine if AMX_COMPLEX is usable. */
|
||||
CPU_FEATURE_SET_ACTIVE (cpu_features, AMX_COMPLEX);
|
||||
}
|
||||
|
||||
/* These features are usable only when OSXSAVE is enabled. */
|
||||
|
Reference in New Issue
Block a user