|
|
|
@ -162,14 +162,14 @@ internal abstract partial class JpegColorConverterBase |
|
|
|
return new YccKAvx(precision); |
|
|
|
} |
|
|
|
|
|
|
|
if (JpegColorConverterVector.IsSupported) |
|
|
|
if (JpegColorConverterArm64.IsSupported) |
|
|
|
{ |
|
|
|
return new YccKVector(precision); |
|
|
|
return new YccKArm64(precision); |
|
|
|
} |
|
|
|
|
|
|
|
if (JpegColorConverterArm64.IsSupported) |
|
|
|
if (JpegColorConverterVector.IsSupported) |
|
|
|
{ |
|
|
|
return new YccKArm64(precision); |
|
|
|
return new YccKVector(precision); |
|
|
|
} |
|
|
|
|
|
|
|
return new YccKScalar(precision); |
|
|
|
|