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