Evandro Menezes <e.mene...@samsung.com> wrote: > > Please, verify the new "simd" and "fp" attributes for SF and DF.
Both movsf and movdf should be: (set_attr "simd" "*,yes,*,*,*,*,*,*,*,*") (set_attr "fp" "*,*,*,yes,yes,yes,yes,*,*,*") Did you check that with -mcpu=generic+nosimd you get fmov s0, wzr? In my version I kept the Y on the fmov and placed the neon_mov first. Wilco