x86v3
This commit is contained in:
parent
143b71eeb9
commit
a16f8ffbde
7 changed files with 251 additions and 133 deletions
14
project.json
14
project.json
|
|
@ -36,6 +36,20 @@
|
|||
"implementations": ["tests/Vector"],
|
||||
"march": "sapphirerapids",
|
||||
"extends": ["lib-shared"]
|
||||
},
|
||||
{
|
||||
"name": "Vector-x86-64-v4",
|
||||
"implementations": ["tests/Vector"],
|
||||
"march": "x86-64-v4",
|
||||
"mtune": "generic",
|
||||
"extends": ["lib-shared"]
|
||||
},
|
||||
{
|
||||
"name": "Vector-x86-64-v3",
|
||||
"implementations": ["tests/Vector"],
|
||||
"march": "x86-64-v3",
|
||||
"mtune": "generic",
|
||||
"extends": ["lib-shared"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue