[GHC] #7741: Add SIMD support to x86/x86_64 NCG

GHC ghc-devs at haskell.org
Mon Jun 18 17:56:48 UTC 2018


#7741: Add SIMD support to x86/x86_64 NCG
-------------------------------------+-------------------------------------
        Reporter:  shelarcy          |                Owner:  abhir00p
            Type:  feature request   |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Compiler (NCG)    |              Version:  7.7
      Resolution:                    |             Keywords:  SIMD
Operating System:  Unknown/Multiple  |         Architecture:
 Type of failure:  Runtime           |  Unknown/Multiple
  performance bug                    |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:  #3557             |  Differential Rev(s):
       Wiki Page:  wiki:SIMD         |
-------------------------------------+-------------------------------------

Comment (by abhir00p):

 Some work has been done to add the `VecFormat` although we have
 restructured the data representation and instead of creating a new
 `VecFormat` type added an additional constructor in the `Format` data
 type.

 The new representation is also likely to change depending on the use
 cases.

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/7741#comment:22>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list