[GHC] #10648: Some 64-vector SIMD primitives are absolutely useless
GHC
ghc-devs at haskell.org
Fri Jul 17 02:25:47 UTC 2015
#10648: Some 64-vector SIMD primitives are absolutely useless
-------------------------------------+-------------------------------------
Reporter: mniip | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version:
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple | Blocked By:
Test Case: | Related Tickets:
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
The primitives `packInt8X64#`, `packWord8X64#`, `unpackInt8X64#`,
`unpackWord8X64#` cannot be used because their types include unboxed
64-tuples, but any haskell code using them does not compile due to the
62-tuple limitation.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10648>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list