We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba16d81 commit 548eaf5Copy full SHA for 548eaf5
src/unix/linux_like/linux/gnu/b64/aarch64/mod.rs
@@ -928,13 +928,15 @@ cfg_if! {
928
mod align;
929
pub use self::align::*;
930
}
931
+
932
933
934
935
cfg_if! {
936
if #[cfg(libc_int128)] {
937
mod int128;
938
pub use self::int128::*;
- } else {
939
+ } else if #[cfg(libc_align)] {
940
mod fallback;
941
pub use self::fallback::*;
942
0 commit comments