[AArch64] Fix +nofp16 handling
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / illegal-nofp16.s
1 // Test -march=armv8.2-a+nofp16 to only disable fp16, not fp.
2 .text
3 fneg s0, s1
4 fneg h0, h1
5 fneg v0.4s, v1.4s
6 fneg v0.8h, v1.8h
7 neg v0.16b, v1.16b
This page took 0.031749 seconds and 4 git commands to generate.