From 8faa776067914aa7710b36d486c78cc4486c2e9a Mon Sep 17 00:00:00 2001 From: William Douglas Date: Mon, 6 Jan 2025 10:54:48 -0800 Subject: [PATCH] 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 --- swupd/files.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/swupd/files.go b/swupd/files.go index 758a4ae..4a2c425 100644 --- a/swupd/files.go +++ b/swupd/files.go @@ -101,6 +101,9 @@ var modifierPrefixes = map[ModifierFlag]string{ Sse2: "", Sse3: "", Sse4: "", + Sse5: "", + Sse6: "", + Sse7: "", Avx2_1: "/V3", Avx2_3: "/V3", Avx2_5: "/V3",