Skip to content

Commit

Permalink
Tweak docs
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 16, 2025
1 parent ef23eff commit 38fc8cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Currently, x86, x86_64, Arm, AArch64, RISC-V, LoongArch64, Arm64EC, s390x, MIPS,
| mips64 / mips64r6 \[8] | isize,usize,i8,u8,i16,u16,i32,u32,i64,u64 |||
| powerpc \[8] | isize,usize,i8,u8,i16,u16,i32,u32 |||
| powerpc64 \[8] | isize,usize,i8,u8,i16,u16,i32,u32,i64,u64 |||
| powerpc64 (+quadword-atomics) \[4] \[8]| i128,u128 |||
| powerpc64 (+quadword-atomics) \[4] \[8]| i128,u128 |||
| msp430 \[8] (experimental) | isize,usize,i8,u8,i16,u16 |||
| avr \[8] (experimental) | isize,usize,i8,u8,i16,u16 |||
| sparc \[5] \[8] (experimental) | isize,usize,i8,u8,i16,u16,i32,u32 |||
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Currently, x86, x86_64, Arm, AArch64, RISC-V, LoongArch64, Arm64EC, s390x, MIPS,
| mips64 / mips64r6 \[8] | isize,usize,i8,u8,i16,u16,i32,u32,i64,u64 | ✓ | ✓ |
| powerpc \[8] | isize,usize,i8,u8,i16,u16,i32,u32 | ✓ | ✓ |
| powerpc64 \[8] | isize,usize,i8,u8,i16,u16,i32,u32,i64,u64 | ✓ | ✓ |
| powerpc64 (+quadword-atomics) \[4] \[8]| i128,u128 | ✓ | ✓ |
| powerpc64 (+quadword-atomics) \[4] \[8]| i128,u128 | ✓ | ✓ |
| msp430 \[8] (experimental) | isize,usize,i8,u8,i16,u16 | ✓ | ✓ |
| avr \[8] (experimental) | isize,usize,i8,u8,i16,u16 | ✓ | ✓ |
| sparc \[5] \[8] (experimental) | isize,usize,i8,u8,i16,u16,i32,u32 | ✓ | ✓ |
Expand Down

0 comments on commit 38fc8cf

Please sign in to comment.