[webkit-changes] [WebKit/WebKit] 55efff: [SIMD] Intel temporary fix for splat on ARM64

Yijia Huang noreply at github.com
Tue Dec 6 16:11:15 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 55efffeb0d0ca97b9d5d86792a41e0dbcde8a2f3
      https://github.com/WebKit/WebKit/commit/55efffeb0d0ca97b9d5d86792a41e0dbcde8a2f3
  Author: Yijia Huang <hyjorc1 at gmail.com>
  Date:   2022-12-06 (Tue, 06 Dec 2022)

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

  Log Message:
  -----------
  [SIMD] Intel temporary fix for splat on ARM64
https://bugs.webkit.org/show_bug.cgi?id=248837
rdar://103043311

Reviewed by Yusuke Suzuki.

This is a temporary fix for operation splat on ARM64. Will optimize
the WasmAirIRGenerator.cpp code in the future.

* Source/JavaScriptCore/wasm/WasmAirIRGenerator.cpp:
(JSC::Wasm::AirIRGenerator::addSIMDSplat):

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




More information about the webkit-changes mailing list