Open
Description
Processing dotnet/runtime#108205 (comment) command:
Command
-intel -perf
using System.Buffers.Binary;
using BenchmarkDotNet.Attributes;
public class Bench
{
int[] arr1 = new int[1024];
int[] arr2 = new int[1024];
[Benchmark]
public void Reverse() =>
BinaryPrimitives.ReverseEndianness(arr1, arr2);
}
(EgorBot will reply in this issue)
Metadata
Metadata
Assignees
Labels
No labels