Open
Description
Processing dotnet/runtime#109087 (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)
Metadata
Metadata
Assignees
Labels
No labels