mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 20:20:35 +00:00
Add note about avx512_4vbmi2 being an alias of avx512_4fmaps
This commit is contained in:
parent
9f1b5487d5
commit
91ddc4ccb3
@ -65,7 +65,7 @@ typedef struct
|
|||||||
int avx512bitalg : 1;
|
int avx512bitalg : 1;
|
||||||
int avx512vpopcntdq : 1;
|
int avx512vpopcntdq : 1;
|
||||||
int avx512_4vnniw : 1;
|
int avx512_4vnniw : 1;
|
||||||
int avx512_4vbmi2 : 1;
|
int avx512_4vbmi2 : 1; // Note: this is an alias to avx512_4fmaps.
|
||||||
int avx512_second_fma : 1;
|
int avx512_second_fma : 1;
|
||||||
int avx512_4fmaps : 1;
|
int avx512_4fmaps : 1;
|
||||||
int avx512_bf16 : 1;
|
int avx512_bf16 : 1;
|
||||||
@ -219,7 +219,7 @@ typedef enum
|
|||||||
X86_AVX512BITALG,
|
X86_AVX512BITALG,
|
||||||
X86_AVX512VPOPCNTDQ,
|
X86_AVX512VPOPCNTDQ,
|
||||||
X86_AVX512_4VNNIW,
|
X86_AVX512_4VNNIW,
|
||||||
X86_AVX512_4VBMI2,
|
X86_AVX512_4VBMI2, // Note: this is an alias to X86_AVX512_4FMAPS.
|
||||||
X86_AVX512_SECOND_FMA,
|
X86_AVX512_SECOND_FMA,
|
||||||
X86_AVX512_4FMAPS,
|
X86_AVX512_4FMAPS,
|
||||||
X86_AVX512_BF16,
|
X86_AVX512_BF16,
|
||||||
|
Loading…
Reference in New Issue
Block a user