mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-06 21:51:30 +00:00
Add missing SSE modifier mappings
These were unintentionally left out and while unlikely to be used should be included for correctness. Signed-off-by: William Douglas <william.douglas@intel.com>
This commit is contained in:
committed by
William Douglas
parent
c0f7a3cd6d
commit
8faa776067
@@ -101,6 +101,9 @@ var modifierPrefixes = map[ModifierFlag]string{
|
||||
Sse2: "",
|
||||
Sse3: "",
|
||||
Sse4: "",
|
||||
Sse5: "",
|
||||
Sse6: "",
|
||||
Sse7: "",
|
||||
Avx2_1: "/V3",
|
||||
Avx2_3: "/V3",
|
||||
Avx2_5: "/V3",
|
||||
|
||||
Reference in New Issue
Block a user