Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wasm] Add the illink substitutions for SIMD #79672

Merged

Commits on Dec 14, 2022

  1. [wasm] Add the illink substitutions for SIMD

    This should fix size regression introduce with dotnet#78068
    
    The untrimmed S.N.Vector class added few kilobytes to the assemblies
    of the bench sample. That wasn't that bad, OTOH the code produced
    by the aot compiler was much larger, 5MB in this case.
    
    So this will case default non-SIMD case. In the case of SIMD build we
    will need more investigation.
    radekdoulik committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    9c97e6d View commit details
    Browse the repository at this point in the history