#3557: SIMD operations in GHC.Prim
-----------------------------+----------------------------------------------
Reporter:  guest             |          Owner:                  
    Type:  feature request   |         Status:  new             
Priority:  normal            |      Component:  Compiler (NCG)  
 Version:  6.11              |       Severity:  normal          
Keywords:                    |       Testcase:                  
      Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
-----------------------------+----------------------------------------------
 It would be nice to have support for vector unit (MMX, SSE, AltiVec, and
 so on) operations in GHC. Currently Data Parallel Haskell cannot utilize
 vector units due to GHC's lack of support.
 Those vector operations could be nicely used to get e.g. stereo signal
 processing for the price of mono signal processing.
 Maybe those operations could be added to GHC.Prim, or because there are so
 many, to a new module, GHC.Prim.Vector.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3557>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to