[AArch64] Correct simd_fabd comment text.
authormshawcroft <mshawcroft@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 May 2013 10:21:16 +0000 (10:21 +0000)
committermshawcroft <mshawcroft@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 May 2013 10:21:16 +0000 (10:21 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198575 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/aarch64/aarch64-simd.md

index 4c70ab4..6894860 100644 (file)
@@ -1,5 +1,9 @@
 2013-05-03  Vidya Praveen  <vidyapraveen@arm.com>
 
+       * config/aarch64/aarch64-simd.md (simd_fabd): Correct the description.
+
+2013-05-03  Vidya Praveen  <vidyapraveen@arm.com>
+
        * config/aarch64/aarch64-simd.md (*fabd_scalar<mode>3): Support
        scalar form of FABD instruction.
 
index 548600d..42320d4 100644 (file)
@@ -44,7 +44,7 @@
 ; simd_dup              duplicate element.
 ; simd_dupgp            duplicate general purpose register.
 ; simd_ext              bitwise extract from pair.
-; simd_fabd             floating absolute difference and accumulate.
+; simd_fabd             floating point absolute difference.
 ; simd_fadd             floating point add/sub.
 ; simd_fcmp             floating point compare.
 ; simd_fcvti            floating point convert to integer.