WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
249275
[WebAssembly SIMD] Support floating-point absolute value, negate, min, max, and square-root on Intel
https://bugs.webkit.org/show_bug.cgi?id=249275
Summary
[WebAssembly SIMD] Support floating-point absolute value, negate, min, max, a...
David Degazio
Reported
2022-12-13 16:24:36 PST
We still need to add support for some floating-point arithmetic opcodes in WebAssembly SIMD on Intel, specifically: - f32x4.sqrt, f64x2.sqrt - f32x4.min, f64x2.min - f32x4.max, f64x2.max - f32x4.pmin, f64x2.pmin - f32x4.pmax, f64x2.pmax - f32x4.neg, f64x2.neg - f32x4.abs, f64x2.abs
Attachments
Add attachment
proposed patch, testcase, etc.
David Degazio
Comment 1
2022-12-13 16:24:47 PST
rdar://103326365
David Degazio
Comment 2
2022-12-13 16:49:08 PST
Pull request:
https://github.com/WebKit/WebKit/pull/7584
EWS
Comment 3
2022-12-14 15:22:33 PST
Committed
257880@main
(3a6ea5eb8b9b): <
https://commits.webkit.org/257880@main
> Reviewed commits have been landed. Closing PR #7584 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug