Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0967dc49cdafeedc9a488676a9cabaaf09403a9e
      
https://github.com/WebKit/WebKit/commit/0967dc49cdafeedc9a488676a9cabaaf09403a9e
  Author: Angelos Oikonomopoulos <ange...@igalia.com>
  Date:   2024-07-17 (Wed, 17 Jul 2024)

  Changed paths:
    M Source/JavaScriptCore/runtime/MathCommon.cpp
    M Source/JavaScriptCore/runtime/MathCommon.h
    M Source/JavaScriptCore/wasm/WasmOMGIRGenerator32_64.cpp

  Log Message:
  -----------
  Implement more float rounding modes in WasmOMGIRGenerator32_64.cpp
https://bugs.webkit.org/show_bug.cgi?id=276723

Reviewed by Yusuke Suzuki and Justin Michaud.

FP rounding is not available on ARMv7, which is the only arch likely to
use OMG on 32-bits. Use C Calls instead.

* Source/JavaScriptCore/runtime/MathCommon.cpp:
(JSC::Math::JSC_DEFINE_NOEXCEPT_JIT_OPERATION):
* Source/JavaScriptCore/runtime/MathCommon.h:
* Source/JavaScriptCore/wasm/WasmOMGIRGenerator32_64.cpp:
(JSC::Wasm::OMGIRGenerator::addF64Nearest):
(JSC::Wasm::OMGIRGenerator::addF32Nearest):
(JSC::Wasm::OMGIRGenerator::addF64Trunc):
(JSC::Wasm::OMGIRGenerator::addF32Trunc):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to