[AArch64] Fix feature dependencies for +simd and +crypto
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / illegal-fp16-nofp.s
1 // Test -march=armv8.2-a+fp16+nofp to disable fp, fp16 and simd.
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.029943 seconds and 4 git commands to generate.