Search Unity

Feature Request [Burst] Support AES instruction set too

Discussion in 'Burst' started by BestHTTP, Dec 29, 2022.

  1. BestHTTP

    BestHTTP

    Joined:
    Sep 11, 2013
    Posts:
    1,664
    It might not be a widely used instruction set, but i could use it to further speed up/improve on my version of BouncyCastle.
    They already have an implementation that uses System.Runtime.Intrinsics, so i would have to do only moderate work if the AES instructions would be available too in Burst.
     
  2. tim_jones

    tim_jones

    Unity Technologies

    Joined:
    May 2, 2019
    Posts:
    287
    Thanks @BestHTTP, we'll add this to our backlog to consider.
     
    BestHTTP likes this.
  3. markus-seidl

    markus-seidl

    Joined:
    Nov 29, 2021
    Posts:
    4
    I would add a +1 as interested party on this feature.