We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6824eed commit 0860142Copy full SHA for 0860142
lib/dispatcher/client-h1.js
@@ -69,9 +69,9 @@ function lazyllhttp () {
69
let useWasmSIMD = process.arch !== 'ppc64'
70
// The Env Variable UNDICI_NO_WASM_SIMD allows explicitly overriding the default behavior
71
if (process.env.UNDICI_NO_WASM_SIMD === '1') {
72
- useWasmSIMD = true
73
- } else if (process.env.UNDICI_NO_WASM_SIMD === '0') {
74
useWasmSIMD = false
+ } else if (process.env.UNDICI_NO_WASM_SIMD === '0') {
+ useWasmSIMD = true
75
}
76
77
if (useWasmSIMD) {
0 commit comments