[commit: ghc] simd: Add support for 256-bit-wide vectors. (f792079)

Geoffrey Mainland gmainlan at ghc.haskell.org
Fri Jul 19 14:16:52 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : simd

http://hackage.haskell.org/trac/ghc/changeset/f792079cf981cdcbc3278532d423ac95eed32bf4

>---------------------------------------------------------------

commit f792079cf981cdcbc3278532d423ac95eed32bf4
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/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 ++++++
 9 files changed, 44 insertions(+), 22 deletions(-)


Diff suppressed because of size. To see it, use:

    git show f792079cf981cdcbc3278532d423ac95eed32bf4




More information about the ghc-commits mailing list