cpu: Hide dead code warning on 32-bit x86.
This commit is contained in:
parent
89d22e23fa
commit
2d974347e0
@ -81,6 +81,7 @@ pub(crate) const SSSE3: Feature = Feature {
|
||||
mask: 1 << 9,
|
||||
};
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub(crate) const SSE41: Feature = Feature {
|
||||
word: 1,
|
||||
mask: 1 << 19,
|
||||
|
Loading…
x
Reference in New Issue
Block a user