Merge pull request #4 from apalm/apalm/patch-3
Fix compilation errors when SSE not available
This commit is contained in:
commit
33db034bc2
|
@ -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,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue