1
0
Fork 0

Fix compilation errors when SSE not available

Looks like these were missed in 7d3beb174e and d878fd692a.
This commit is contained in:
Andrew Palm 2022-03-11 09:04:57 -05:00
parent 87e447ab25
commit 4fbf7e0ed3

View file

@ -120,8 +120,8 @@ impl ScopedFtz {
} }
} else { } else {
Self { Self {
old_ftz_mode: None, should_disable_again: false,
send_sync_marker: PhantomData, _send_sync_marker: PhantomData,
} }
} }
} }