[commit: ghc] wip/simd: Add support for 256-bit-wide vectors. (d7d4506)
git at git.haskell.org
git at git.haskell.org
Mon Sep 16 07:05:21 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/simd
Link : http://ghc.haskell.org/trac/ghc/changeset/d7d450622a222acd44d603e8f1502a0efa7d8740/ghc
>---------------------------------------------------------------
commit d7d450622a222acd44d603e8f1502a0efa7d8740
Author: Geoffrey Mainland <gmainlan at microsoft.com>
Date: Thu Feb 14 18:52:00 2013 +0000
Add support for 256-bit-wide vectors.
>---------------------------------------------------------------
d7d450622a222acd44d603e8f1502a0efa7d8740
compiler/codeGen/StgCmmArgRep.hs | 11 ++++++++---
compiler/codeGen/StgCmmLayout.hs | 1 +
compiler/ghci/ByteCodeAsm.lhs | 2 ++
includes/Cmm.h | 1 +
includes/rts/storage/FunTypes.h | 35 ++++++++++++++++++-----------------
includes/stg/MiscClosures.h | 2 ++
rts/Linker.c | 3 +++
utils/genapply/GenApply.hs | 6 ++++++
8 files changed, 41 insertions(+), 20 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc d7d450622a222acd44d603e8f1502a0efa7d8740
More information about the ghc-commits
mailing list