Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bb7a34a9631ccf0d34eedc78ac0de137916ef390
https://github.com/WebKit/WebKit/commit/bb7a34a9631ccf0d34eedc78ac0de137916ef390
Author: Žan Doberšek <[email protected]>
Date: 2023-09-01 (Fri, 01 Sep 2023)
Changed paths:
M Source/JavaScriptCore/assembler/MacroAssemblerRISCV64.h
Log Message:
-----------
[JSC] Unreviewed RISCV64 build fix
Fix the RISCV64 build of JavaScriptCore. In MacroAssemblerRISCV64, the
supportsCountPopulation() static function is added, returning false,
since the underlying RISC-V functions are only available with certain
extensions we currently can't hard-depend on. No-op templates are added
for two related count-population methods.
* Source/JavaScriptCore/assembler/MacroAssemblerRISCV64.h:
(JSC::MacroAssemblerRISCV64::supportsCountPopulation):
Canonical link: https://commits.webkit.org/267560@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes