Skip to content

Commit fdff0c5

Browse files
committed
More riscv64 support
1 parent c24a05a commit fdff0c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/riscv64.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ using Base: BinaryPlatforms
77
# This is not pretty. It seems to work.
88

99
function setup_riscv64()
10-
CPUID.ISAs_by_family["riscv64"] = [
10+
BinaryPlatforms.CPUID.ISAs_by_family["riscv64"] = [
1111
# 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}()),
12+
"riscv64" => BinaryPlatforms.CPUID.ISA(Set{UInt32}()),
1313
]
1414

1515
BinaryPlatforms.arch_mapping["riscv64"] = "(rv64|riscv64)"

0 commit comments

Comments
 (0)