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.
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.