[commit: ghc] simd: Add prefetch primops. (94c8af4)
Geoffrey Mainland
gmainlan at microsoft.com
Thu Jan 31 10:53:18 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : simd
http://hackage.haskell.org/trac/ghc/changeset/94c8af461b15b1fd38d08ebd7c91f7ae8654bb5a
>---------------------------------------------------------------
commit 94c8af461b15b1fd38d08ebd7c91f7ae8654bb5a
Author: Geoffrey Mainland <mainland at apeiron.net>
Date: Thu Nov 15 10:16:29 2012 +0000
Add prefetch primops.
compiler/cmm/CmmMachOp.hs | 3 ++
compiler/cmm/PprC.hs | 1 +
compiler/codeGen/StgCmmPrim.hs | 47 +++++++++++++++++++++++++++++++
compiler/llvmGen/LlvmCodeGen/CodeGen.hs | 21 ++++++++++++++
compiler/nativeGen/PPC/CodeGen.hs | 1 +
compiler/nativeGen/SPARC/CodeGen.hs | 1 +
compiler/nativeGen/X86/CodeGen.hs | 3 ++
compiler/prelude/primops.txt.pp | 18 ++++++++++++
8 files changed, 95 insertions(+), 0 deletions(-)
Diff suppressed because of size. To see it, use:
git show 94c8af461b15b1fd38d08ebd7c91f7ae8654bb5a
More information about the ghc-commits
mailing list