Remove test files for a different patch accidentally committed with patch for ARM...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / arch-11.s
1 # Test .arch .sse
2 .arch generic32
3 .arch .sse
4 .arch .mmx
5 divss %xmm1,%xmm0
6 pminub %mm1,%mm0
This page took 0.033114 seconds and 4 git commands to generate.