common/xbyak_api: Make BuildRegSet() constexpr
This allows us to eliminate any static constructors that would have been emitted due to the function not being constexpr.
Loading
Please register or sign in to comment
This allows us to eliminate any static constructors that would have been emitted due to the function not being constexpr.