PR 10168
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / neon-const.s
index 3a5a312da8d09a365f63e61216664a2341a0ba2f..a6fb55075a934b9c3a830dbfa93825a5a7b3fd34 100644 (file)
@@ -4,7 +4,7 @@
        .text
        .syntax unified
 
-        vmov.f32 q0, 0
+        vmov.f32 q0, 0.0
 
        vmov.f32 q0, 2.0
         vmov.f32 q0, 4.0
         vmov.f32 q0, 0.96875
         vmov.f32 q0, 1.9375
 
-        vmov.f32 q0, -0
+        vmov.f32 q0, -0.0
 
        vmov.f32 q0, -2.0
         vmov.f32 q0, -4.0
This page took 0.025069 seconds and 4 git commands to generate.