Ensure VIPS_NOVECTOR env var is respected (#3897)

This commit is contained in:
Tamás András Horváth 2023-12-15 19:51:32 +01:00 committed by GitHub
parent fe2b298a2f
commit 2e14096af7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -201,7 +201,6 @@ function counters () {
function simd (simd) {
return sharp.simd(is.bool(simd) ? simd : null);
}
simd(true);
/**
* Block libvips operations at runtime.