Skip to content

fix: selectively re-enable SIMD for ppc64 - #5776

Open
richardlau wants to merge 1 commit into
nodejs:mainfrom
richardlau:ppc-simd
Open

fix: selectively re-enable SIMD for ppc64#5776
richardlau wants to merge 1 commit into
nodejs:mainfrom
richardlau:ppc-simd

Conversation

@richardlau

Copy link
Copy Markdown
Member

This relates to...

Rationale

WASM SIMD was disabled by default for all ppc64 due to a bug in V8 on Power >= 9. The fix went into Node.js 25.0.0 and 24.12.0.

Changes

Re-enable SIMD by default for ppc64, and only disable when running on the older unpatched versions of Node.js.

Features

N/A

Bug Fixes

WASM SIMD is re-enabled for ppc64 on Node.js versions known to contain the V8 fix.

Breaking Changes and Deprecations

N/A

Status

Fixes for WASM SIMD on Power >= 9 went into Node.js 25.0.0 and 24.12.0.
Re-enable SIMD by default for ppc64, and only disable for the older
unpatched versions of Node.js.

Signed-off-by: Richard Lau <richard.lau@ibm.com>
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 37.50000% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.50%. Comparing base (5e541e0) to head (5c4a856).

Files with missing lines Patch % Lines
lib/dispatcher/client-h1.js 37.50% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5776      +/-   ##
==========================================
- Coverage   93.51%   93.50%   -0.02%     
==========================================
  Files         110      110              
  Lines       39324    39330       +6     
==========================================
+ Hits        36774    36775       +1     
- Misses       2550     2555       +5     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants