Fix compilation errors when SSE not available
Looks like these were missed in7d3beb174e
andd878fd692a
.
This commit is contained in:
parent
87e447ab25
commit
4fbf7e0ed3
1 changed files with 2 additions and 2 deletions
|
@ -120,8 +120,8 @@ impl ScopedFtz {
|
|||
}
|
||||
} else {
|
||||
Self {
|
||||
old_ftz_mode: None,
|
||||
send_sync_marker: PhantomData,
|
||||
should_disable_again: false,
|
||||
_send_sync_marker: PhantomData,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue