Skip to content

Commit

Permalink
Add riscVim arch
Browse files Browse the repository at this point in the history
  • Loading branch information
cpunkzzz authored and djkoloski committed Aug 30, 2022
1 parent 0e3cffa commit b3cd049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bytecheck/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fn main() {
// 64-bit atomics. (`armv7`, `armv7a`, and `armv7s`, specifically)
"armv5te" | "mips" | "mipsel" | "powerpc" | "riscv32imac" | "thumbv7em" | "thumbv7m"
| "thumbv8m.base" | "thumbv8m.main" | "armebv7r" | "armv7r" => has_atomic64 = false,
"avr" | "riscv32i" | "riscv32imc" | "thumbv6m" => {
"avr" | "riscv32i" | "riscv32im" | "riscv32imc" | "thumbv6m" => {
has_atomic32 = false;
has_atomic64 = false;
}
Expand Down

0 comments on commit b3cd049

Please sign in to comment.