[GHC] #8153: Implement AES intrinsics

GHC ghc-devs at haskell.org
Thu Apr 10 20:11:55 UTC 2014


#8153: Implement AES intrinsics
----------------------------+----------------------------------------------
        Reporter:  schyler  |            Owner:
            Type:  feature  |           Status:  closed
  request                   |        Milestone:
        Priority:  low      |          Version:
       Component:           |         Keywords:
  Compiler                  |     Architecture:  Unknown/Multiple
      Resolution:  wontfix  |       Difficulty:  Moderate (less than a day)
Operating System:           |       Blocked By:
  Unknown/Multiple          |  Related Tickets:
 Type of failure:           |
  None/Unknown              |
       Test Case:           |
        Blocking:           |
----------------------------+----------------------------------------------

Comment (by rrnewton):

 I tend to agree with the previous comment.  I built one crypto PRNG lib
 using AESNI (in foreign code).  It just seems like there aren't that many
 uses of it, and that it's fine to keep it in foreign code.  That's in
 stark contrast with the SIMD primops, where you really want it to be
 inline inside your numeric loops (and its a wide variety of
 loops/algorithms that can use it).

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


More information about the ghc-tickets mailing list