Skip to content

Commit

Permalink
CachePadded: update alignment for mips32r6 and mips64r6
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Aug 11, 2023
1 parent 03d68a2 commit 5d07fe4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crossbeam-utils/src/cache_padded.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ use core::ops::{Deref, DerefMut};
any(
target_arch = "arm",
target_arch = "mips",
target_arch = "mips32r6",
target_arch = "mips64",
target_arch = "mips64r6",
target_arch = "riscv32",
target_arch = "riscv64",
target_arch = "sparc",
Expand Down Expand Up @@ -134,7 +136,9 @@ use core::ops::{Deref, DerefMut};
target_arch = "powerpc64",
target_arch = "arm",
target_arch = "mips",
target_arch = "mips32r6",
target_arch = "mips64",
target_arch = "mips64r6",
target_arch = "riscv32",
target_arch = "riscv64",
target_arch = "sparc",
Expand Down

0 comments on commit 5d07fe4

Please sign in to comment.