Skip to content
Snippets Groups Projects
Unverified Commit 542eef19 authored by Yuki Okushi's avatar Yuki Okushi
Browse files

Fix `max_align_t` size and align

parent c1a4d627
No related branches found
No related tags found
No related merge requests found
...@@ -38,9 +38,9 @@ macro_rules! expand_align { ...@@ -38,9 +38,9 @@ macro_rules! expand_align {
} }
#[allow(missing_debug_implementations)] #[allow(missing_debug_implementations)]
#[repr(align(8))] #[repr(align(16))]
pub struct max_align_t { pub struct max_align_t {
priv_: [f64; 2] priv_: [f64; 4]
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment