[commit: ghc] simd: Add support for 256-bit-wide vectors. (b4e53d6)
Geoffrey Mainland
gmainlan at microsoft.com
Thu Feb 14 23:16:51 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : simd
http://hackage.haskell.org/trac/ghc/changeset/b4e53d6607dff786a9bd0744aab8fb4f1af5522d
>---------------------------------------------------------------
commit b4e53d6607dff786a9bd0744aab8fb4f1af5522d
Author: Geoffrey Mainland <gmainlan at microsoft.com>
Date: Thu Feb 14 18:52:00 2013 +0000
Add support for 256-bit-wide vectors.
compiler/cmm/CmmType.hs | 5 +++--
compiler/codeGen/StgCmmLayout.hs | 12 +++++++++---
includes/Cmm.h | 1 +
includes/rts/storage/FunTypes.h | 35 ++++++++++++++++++-----------------
includes/stg/MiscClosures.h | 2 ++
rts/Linker.c | 3 +++
utils/genapply/GenApply.hs | 6 ++++++
7 files changed, 42 insertions(+), 22 deletions(-)
Diff suppressed because of size. To see it, use:
git show b4e53d6607dff786a9bd0744aab8fb4f1af5522d
More information about the ghc-commits
mailing list