x86: adjust ignored prefix warning for branches
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / arch-5.s
1 # Test .arch .sse4.2
2 .arch generic32
3 .arch .sse4.2
4 popcnt %ecx,%ebx
5 crc32 %ecx,%ebx
This page took 0.028762 seconds and 4 git commands to generate.