nemo icon indicating copy to clipboard operation
nemo copied to clipboard

Shrink.cc does not work on M4

Open teuben opened this issue 10 months ago • 1 comments

It uses <utils/sse.h> which is only implemented with <x86intrin.h>

Since it's a plugin for manipulators, not much is lost by #ifdef'ing the code for non-intel

teuben avatar May 03 '25 23:05 teuben

HAVE_SSE_INSTRUCTIONS is now used as a compiler directive. there will be an autoconf generated method to set this.

teuben avatar May 05 '25 00:05 teuben