Processing https://github.com/dotnet/runtime/pull/109087#issuecomment-2511360743 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*)