We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24a05a commit fdff0c5Copy full SHA for fdff0c5
src/riscv64.jl
@@ -7,9 +7,9 @@ using Base: BinaryPlatforms
7
# This is not pretty. It seems to work.
8
9
function setup_riscv64()
10
- CPUID.ISAs_by_family["riscv64"] = [
+ BinaryPlatforms.CPUID.ISAs_by_family["riscv64"] = [
11
# We have no way to test riscv64 features yet, so we're only going to declare the lowest ISA:
12
- "riscv64" => CPUID.ISA(Set{UInt32}()),
+ "riscv64" => BinaryPlatforms.CPUID.ISA(Set{UInt32}()),
13
]
14
15
BinaryPlatforms.arch_mapping["riscv64"] = "(rv64|riscv64)"
0 commit comments