This commit is contained in:
Jorijn van der Graaf 2026-03-31 14:22:18 +02:00
commit a16f8ffbde
7 changed files with 251 additions and 133 deletions

View file

@ -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"]
}
]
}