[
	{
		"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
	}
]
