let me find a new bug on same thread. change testVFP.s to .syntax unified
.code 16 VCVT.F32.U32 S16, S0 // ok VCVTR.F32.U32 S16, S0 // invalid
the second VCVTR.F32.U32 have wrong syntax but passed assemble.
let me find a new bug on same thread.
change testVFP.s to
.syntax unified
.code 16
VCVT.F32.U32 S16, S0 // ok
VCVTR.F32.U32 S16, S0 // invalid
the second VCVTR.F32.U32 have wrong syntax but passed assemble.