summaryrefslogtreecommitdiff
path: root/travis/test/avx.json
blob: b546a89156d90543900e1841bbd0117ab7b4c4d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
	{
		"description": "Test AVX instructions (-Ox)",
		"id": "avx",
		"format": "bin",
		"source": "avx.asm",
		"option": "-Ox",
		"target": [
			{ "output": "avx.bin" }
		]
	},
	{
		"description": "Test AVX instructions (-O0)",
		"ref": "avx",
		"option": "-O0",
		"update": false
	}
]