[webkit-changes] [WebKit/WebKit] 5c52d5: [JSC] Fix x64 F32 / F64 trunc

Yusuke Suzuki noreply at github.com
Thu Mar 2 17:30:01 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5c52d5e92c5f3f5e7d85191db90c8061c7436530
      https://github.com/WebKit/WebKit/commit/5c52d5e92c5f3f5e7d85191db90c8061c7436530
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2023-03-02 (Thu, 02 Mar 2023)

  Changed paths:
    M Source/JavaScriptCore/wasm/WasmBBQJIT.cpp

  Log Message:
  -----------
  [JSC] Fix x64 F32 / F64 trunc
https://bugs.webkit.org/show_bug.cgi?id=253284
rdar://106172603

Reviewed by Justin Michaud.

This just fixes wrong constants used for F32 / F64 trunc on x64 on new WasmBBQJIT.

* Source/JavaScriptCore/wasm/WasmBBQJIT.cpp:
(JSC::Wasm::BBQJIT::truncInBounds):

Canonical link: https://commits.webkit.org/261113@main




More information about the webkit-changes mailing list