Processing dotnet/runtime#113286 (comment) command:
Command
-windows_intel -use32bit
using BenchmarkDotNet.Attributes;
public class Bench
{
long a = 10000000000000000L;
long b = 1000L;
[Benchmark]
public long SDiv() => a / b;
}
(EgorBot will reply in this issue)