Processing https://github.com/dotnet/runtime/pull/109087#issuecomment-2510297521 command: <details><summary>Command</summary> -windows_intel -use32bit ```c# using BenchmarkDotNet.Attributes; public class Bench { long a = 10000000000000000L; long b = 1000L; [Benchmark] public long SDiv() => a / b; } ``` </details> (*EgorBot will reply in this issue*)