[commit: ghc] wip/simd: Add support for 512-bit-wide vectors. (26a960c)
git at git.haskell.org
git at git.haskell.org
Mon Sep 23 06:12:50 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/simd
Link : http://ghc.haskell.org/trac/ghc/changeset/26a960c662cdfdfb24ec8ed3e013c686dfdca4cd/ghc
>---------------------------------------------------------------
commit 26a960c662cdfdfb24ec8ed3e013c686dfdca4cd
Author: Geoffrey Mainland <gmainlan at microsoft.com>
Date: Sun Sep 15 17:20:09 2013 -0400
Add support for 512-bit-wide vectors.
>---------------------------------------------------------------
26a960c662cdfdfb24ec8ed3e013c686dfdca4cd
compiler/codeGen/StgCmmArgRep.hs | 5 +++++
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, 38 insertions(+), 17 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 26a960c662cdfdfb24ec8ed3e013c686dfdca4cd
More information about the ghc-commits
mailing list