[commit: ghc] simd: Add support for 256-bit-wide vectors. (134fe94)
Geoffrey Mainland
gmainlan at microsoft.com
Tue Mar 26 13:55:56 CET 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : simd
https://github.com/ghc/ghc/commit/134fe9453b6fa6e687d311ef5260550d18a33087
>---------------------------------------------------------------
commit 134fe9453b6fa6e687d311ef5260550d18a33087
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 134fe9453b6fa6e687d311ef5260550d18a33087
More information about the ghc-commits
mailing list