-
|
Hello! It looks as if magick.net is not using libjpeg-turbo to encode jpeg's on linux-arm64 or that the libjpeg-turbo that is being used is not compiled with neon instructions. Does magick.net use libjpeg-turbo on arm64 and if so, is it compiled with neon? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Support for SIMD is explicitly disabled for linux-arm64 in libjpeg-turbo. But I don't really know why that was done. Will need to check if enabling would break anything. |
Beta Was this translation helpful? Give feedback.
I have already updated my build to enable SIMD on linux arm64 and it is already enabled in the latest release. I completely forgot to send you a message about this.