Skip to content

Commit 9310bc8

Browse files
committed
remove pku from feature list for zen3 (fixes archspec#38)
1 parent 020e418 commit 9310bc8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

cpu/microarchitectures.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1519,8 +1519,7 @@
15191519
"popcnt",
15201520
"clwb",
15211521
"vaes",
1522-
"vpclmulqdq",
1523-
"pku"
1522+
"vpclmulqdq"
15241523
],
15251524
"compilers": {
15261525
"gcc": [

cpu/microarchitectures_schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"title": "Schema for microarchitecture definitions and feature aliases",
3+
"title": "Schema for CPU microarchitecture definitions and feature aliases",
44
"type": "object",
55
"additionalProperties": false,
66
"properties": {

0 commit comments

Comments
 (0)