Skip to content

Commit

Permalink
avx512: define kand,knot,kxor
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Oct 23, 2023
1 parent 8a60120 commit 17315bb
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion scripts/update-avx512.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,19 @@
{
"name": "extract",
"pattern": re.compile('^extract(i|f)(32x4|32x8|64x2|64x4)')
}
},
{
"name": "kand",
"pattern": re.compile('^kand')
},
{
"name": "knot",
"pattern": re.compile('^knot')
},
{
"name": "kxor",
"pattern": re.compile('^kxor')
},
]

files = {}
Expand Down

0 comments on commit 17315bb

Please sign in to comment.