Browse Source
Update tests/ImageSharp.Benchmarks/Codecs/Jpeg/BlockOperations/Block8x8F_Transpose.cs
Co-authored-by: Anton Firszov <antonfir@gmail.com>
pull/1374/head
James Jackson-South
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
tests/ImageSharp.Benchmarks/Codecs/Jpeg/BlockOperations/Block8x8F_Transpose.cs
|
|
@ -10,7 +10,7 @@ namespace SixLabors.ImageSharp.Benchmarks.Codecs.Jpeg.BlockOperations |
|
|
{ |
|
|
{ |
|
|
private static readonly Block8x8F Source = Create8x8FloatData(); |
|
|
private static readonly Block8x8F Source = Create8x8FloatData(); |
|
|
|
|
|
|
|
|
[Benchmark] |
|
|
[Benchmark(Baseline=true)] |
|
|
public void TransposeIntoVector4() |
|
|
public void TransposeIntoVector4() |
|
|
{ |
|
|
{ |
|
|
var dest = default(Block8x8F); |
|
|
var dest = default(Block8x8F); |
|
|
|