Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 67f7666861e7cb1e47c9074c7e4f1154679c7d2b
      
https://github.com/WebKit/WebKit/commit/67f7666861e7cb1e47c9074c7e4f1154679c7d2b
  Author: Yusuke Suzuki <[email protected]>
  Date:   2022-12-14 (Wed, 14 Dec 2022)

  Changed paths:
    M Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h
    M Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h
    M Source/JavaScriptCore/assembler/X86Assembler.h

  Log Message:
  -----------
  [JSC] Enable AVX JIT code generation
https://bugs.webkit.org/show_bug.cgi?id=249322
rdar://problem/103361339

Reviewed by Justin Michaud.

This patch flips a flag so that x86_64 JIT will use AVX if AVX is supported.
This is a part of bringup work of Wasm SIMD on x86_64 where we support SIMD
operation with AVX.

A/B test says neutral on iMac20,1 and MacBookAir8,2 for JetStream2 and 
Speedometer2.

* Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:
(JSC::MacroAssemblerX86Common::supportsAVX):

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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to