diff options
author | Geoffrey Mainland <mainland@apeiron.net> | 2013-08-02 17:55:55 +0100 |
---|---|---|
committer | Geoffrey Mainland <mainland@apeiron.net> | 2013-08-06 09:00:47 +0100 |
commit | 253a5b753f9592e63344eff6c71298f566928e4d (patch) | |
tree | 8df6907230aac69f08b26bcf890897f4d94da0a6 /includes/rts/Constants.h | |
parent | 0daee297e3c44c00f54d2be15f13eabdddc6b62f (diff) | |
download | haskell-253a5b753f9592e63344eff6c71298f566928e4d.tar.gz |
Rename SSE -> XMM for consistency.
We were using SSE is some places and XMM in others. Better to keep a consistent
naming scheme.
Diffstat (limited to 'includes/rts/Constants.h')
-rw-r--r-- | includes/rts/Constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/rts/Constants.h b/includes/rts/Constants.h index 4739e3ad1a..494abe2b22 100644 --- a/includes/rts/Constants.h +++ b/includes/rts/Constants.h @@ -84,7 +84,7 @@ #define MAX_FLOAT_REG 6 #define MAX_DOUBLE_REG 6 #define MAX_LONG_REG 1 -#define MAX_SSE_REG 6 +#define MAX_XMM_REG 6 /* ----------------------------------------------------------------------------- Semi-Tagging constants |