1
0
Fork 0

Merge pull request #4 from apalm/apalm/patch-3

Fix compilation errors when SSE not available
This commit is contained in:
Robbert van der Helm 2022-03-11 16:04:16 +01:00 committed by GitHub
commit 33db034bc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,
} }
} }
} }