WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
277672
[JSC] Add JIT support for Float16Array
https://bugs.webkit.org/show_bug.cgi?id=277672
Summary
[JSC] Add JIT support for Float16Array
Yusuke Suzuki
Reported
2024-08-05 22:55:04 PDT
...
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-08-05 22:55:16 PDT
<
rdar://problem/133271787
>
Yusuke Suzuki
Comment 2
2024-08-05 22:56:03 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/31775
EWS
Comment 3
2024-08-06 09:57:01 PDT
Committed
281895@main
(f20f57564cef): <
https://commits.webkit.org/281895@main
> Reviewed commits have been landed. Closing PR #31775 and removing active labels.
Diego Pino
Comment 4
2024-08-06 12:30:36 PDT
After this patch the build for Linux is failing on systems with GCC<12, since _Float16 is not defined for such versions of GCC.
https://build.webkit.org/#/builders/1060/builds/2320
``` /home/buildbot/worker/WPE-Linux-64-bit-Release-Ubuntu-2204-Build/build/Source/WTF/wtf/Float16.h: In function ‘constexpr float WTF::convertFloat16ToFloat32(uint16_t)’: /home/buildbot/worker/WPE-Linux-64-bit-Release-Ubuntu-2204-Build/build/Source/WTF/wtf/Float16.h:59:45: error: ‘_Float16’ was not declared in this scope; did you mean ‘_Float64’? 59 | return static_cast<float>(std::bit_cast<_Float16>(h)); | ^~~~~~~~ | _Float64 ```
Diego Pino
Comment 5
2024-08-06 12:31:26 PDT
Re-opening for pull request
https://github.com/webkit/webkit/pull/31800
EWS
Comment 6
2024-08-07 02:30:33 PDT
Committed
281937@main
(e2a2805dac3e): <
https://commits.webkit.org/281937@main
> Reviewed commits have been landed. Closing PR #31800 and removing active labels.
Diego Pino
Comment 7
2024-08-07 05:26:56 PDT
Re-opening for pull request
https://github.com/webkit/webkit/pull/31830
EWS
Comment 8
2024-08-07 08:13:14 PDT
Committed
281940@main
(79af63a98ecb): <
https://commits.webkit.org/281940@main
> Reviewed commits have been landed. Closing PR #31830 and removing active labels.
WebKit Commit Bot
Comment 9
2024-08-07 12:42:47 PDT
Re-opened since this is blocked by
bug 277761
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