[commit: ghc] simd: Add the Int32X4# primitive type and associated primops. (e65d291)
Geoffrey Mainland
gmainlan at microsoft.com
Thu Jan 31 10:52:53 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : simd
http://hackage.haskell.org/trac/ghc/changeset/e65d2913cae3617438b797eb70d5b43b75a1d75a
>---------------------------------------------------------------
commit e65d2913cae3617438b797eb70d5b43b75a1d75a
Author: Paul Monday <paul.monday at parsci.com>
Date: Thu Nov 3 15:35:37 2011 -0600
Add the Int32X4# primitive type and associated primops.
compiler/cmm/CmmMachOp.hs | 26 ++++++++
compiler/cmm/PprC.hs | 26 ++++++++
compiler/codeGen/StgCmmPrim.hs | 37 ++++++++++++
compiler/llvmGen/LlvmCodeGen/CodeGen.hs | 23 +++++++
compiler/nativeGen/X86/CodeGen.hs | 18 ++++++
compiler/prelude/PrelNames.lhs | 3 +-
compiler/prelude/TysPrim.lhs | 12 +++-
compiler/prelude/primops.txt.pp | 98 +++++++++++++++++++++++++++++++
utils/genprimopcode/Main.hs | 7 ++-
9 files changed, 245 insertions(+), 5 deletions(-)
Diff suppressed because of size. To see it, use:
git show e65d2913cae3617438b797eb70d5b43b75a1d75a
More information about the ghc-commits
mailing list