[webkit-changes] [WebKit/WebKit] bb7a34: [JSC] Unreviewed RISCV64 build fix
Žan Doberšek
noreply at github.com
Fri Sep 1 11:54:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bb7a34a9631ccf0d34eedc78ac0de137916ef390
https://github.com/WebKit/WebKit/commit/bb7a34a9631ccf0d34eedc78ac0de137916ef390
Author: Žan Doberšek <zdobersek at igalia.com>
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
More information about the webkit-changes
mailing list