[commit: ghc] master: Rename SSE -> XMM for consistency. (253a5b7)
Geoffrey Mainland
gmainlan at ghc.haskell.org
Tue Aug 6 10:53:26 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/253a5b753f9592e63344eff6c71298f566928e4d
>---------------------------------------------------------------
commit 253a5b753f9592e63344eff6c71298f566928e4d
Author: Geoffrey Mainland <mainland at apeiron.net>
Date: Fri Aug 2 17:55:55 2013 +0100
Rename SSE -> XMM for consistency.
We were using SSE is some places and XMM in others. Better to keep a consistent
naming scheme.
compiler/cmm/CmmCallConv.hs | 26 ++++++++++++------------
includes/CodeGen.Platform.hs | 8 ++++----
includes/rts/Constants.h | 2 +-
includes/stg/MachRegs.h | 32 +++++++++++++++---------------
utils/deriveConstants/DeriveConstants.hs | 4 ++--
5 files changed, 36 insertions(+), 36 deletions(-)
Diff suppressed because of size. To see it, use:
git show 253a5b753f9592e63344eff6c71298f566928e4d
More information about the ghc-commits
mailing list