Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Guid.HexsToChars aggressively inlined (#85322)
To help mono cope with the genericized implementation. This method is only used when Ssse3 or AdvSimd.Arm64 are not supported, or when formatting the rarely-used "X" format, but currently mono AOT without LLVM doesn't enable those intrinsics.
- Loading branch information