mirror of
https://github.com/lovell/sharp.git
synced 2026-02-06 14:46:16 +01:00
Allow SIMD vector unit to be toggled on/off #172
Currently defaults to off but future versions may default to on
This commit is contained in:
1
src/utilities.h
Executable file → Normal file
1
src/utilities.h
Executable file → Normal file
@@ -6,6 +6,7 @@
|
||||
NAN_METHOD(cache);
|
||||
NAN_METHOD(concurrency);
|
||||
NAN_METHOD(counters);
|
||||
NAN_METHOD(simd);
|
||||
NAN_METHOD(libvipsVersion);
|
||||
NAN_METHOD(format);
|
||||
NAN_METHOD(_maxColourDistance);
|
||||
|
||||
Reference in New Issue
Block a user