blob: 66816a96be2c976634e172f310943cf674d497a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[
{
"description": "Test AVX512PF instructions",
"id": "avx512pf",
"format": "bin",
"source": "avx512pf.asm",
"option": "-O0 -DSRC",
"target": [
{ "output": "avx512pf.bin" }
]
}
]
|