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