Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : simd

http://hackage.haskell.org/trac/ghc/changeset/97959c2c1d2b2712f879d7adfbd97e2a019b2234

>---------------------------------------------------------------

commit 97959c2c1d2b2712f879d7adfbd97e2a019b2234
Author: Geoffrey Mainland <[email protected]>
Date:   Sun Mar 18 14:50:33 2012 +0000

    Comments only.

>---------------------------------------------------------------

 compiler/cmm/CmmMachOp.hs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/cmm/CmmMachOp.hs b/compiler/cmm/CmmMachOp.hs
index fb0883e..3b3abdc 100644
--- a/compiler/cmm/CmmMachOp.hs
+++ b/compiler/cmm/CmmMachOp.hs
@@ -107,14 +107,14 @@ data MachOp
   | MO_V_Insert  Length Width   -- Insert scalar into vector
   | MO_V_Extract Length Width   -- Extract scalar from vector
 
-  -- Float vector operations
+  -- Floating vector operations
   | MO_VF_Add  Length Width  
   | MO_VF_Sub  Length Width  
   | MO_VF_Neg  Length Width             -- unary -
   | MO_VF_Mul  Length Width
   | MO_VF_Quot Length Width
   
-  -- Float Int32 operations
+  -- Integer vector operations
   | MO_VN_Add   Length Width  
   | MO_VN_Sub   Length Width  
   | MO_VN_Neg   Length Width             -- unary -



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to