Skip to content

Commit

Permalink
Ensure VIPS_NOVECTOR env var is respected (#3897)
Browse files Browse the repository at this point in the history
  • Loading branch information
icetee committed Dec 15, 2023
1 parent fe2b298 commit 2e14096
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/utility.js
Expand Up @@ -201,7 +201,6 @@ function counters () {
function simd (simd) {
return sharp.simd(is.bool(simd) ? simd : null);
}
simd(true);

/**
* Block libvips operations at runtime.
Expand Down

0 comments on commit 2e14096

Please sign in to comment.