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:
William Douglas
2025-01-06 15:03:08 -08:00
committed by William Douglas
parent c0f7a3cd6d
commit 8faa776067
+3
View File
@@ -101,6 +101,9 @@ var modifierPrefixes = map[ModifierFlag]string{
Sse2: "",
Sse3: "",
Sse4: "",
Sse5: "",
Sse6: "",
Sse7: "",
Avx2_1: "/V3",
Avx2_3: "/V3",
Avx2_5: "/V3",