Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
1265 commits behind, 3 commits ahead of the upstream repository.
sheaf's avatar
sheaf authored
We now compile certain low-level Cmm functions in the RTS multiple
times, with different levels of vector support. We then dispatch
at runtime in the RTS, based on what instructions are supported.

See Note [realArgRegsCover] in GHC.Cmm.CallConv.

Fixes #25169

-------------------------
Metric Increase:
    T10421
    T12425
    T18730
    T1969
    T9198
-------------------------
d54db7f3
History