1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-10-18 14:16:10 +00:00
X10D/X10D.Tests
Oliver Booth fdc0c6aa35
perf: fix performance of intrisics
This changes removes the CPU-arch support provider interfaces that were introduced with 87b6dbdd56. That commit worsened the performance of the intrinsic methods because it resulted in a box when upcasting the System_SupportProvider value type to an interface, removing the potential for JIT to optimise the code path.
2023-04-02 15:17:28 +01:00
..
src perf: fix performance of intrisics 2023-04-02 15:17:28 +01:00
1000primes.txt Add IsPrime tests 2021-07-20 14:47:33 +01:00
X10D.Tests.csproj fix: suppress .NET analyzer for test project 2023-04-02 03:31:37 +01:00