1
0
Fork 0

Only expose context_checks module in debug builds

This gets rid of some unused warnings.
This commit is contained in:
Robbert van der Helm 2023-03-08 15:37:26 +01:00
parent 098589f5c0
commit d380c15f8b

View file

@ -5,6 +5,7 @@ use std::os::raw::c_char;
use crate::util::permit_alloc; use crate::util::permit_alloc;
#[cfg(debug_assertions)]
pub(crate) mod context_checks; pub(crate) mod context_checks;
/// The bit that controls flush-to-zero behavior for denormals in 32 and 64-bit floating point /// The bit that controls flush-to-zero behavior for denormals in 32 and 64-bit floating point