We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f73a5 commit 5b789fbCopy full SHA for 5b789fb
libm/src/math/mod.rs
@@ -1,3 +1,5 @@
1
+#![allow(clippy::approx_constant)] // many false positives
2
+
3
macro_rules! force_eval {
4
($e:expr) => {
5
unsafe { ::core::ptr::read_volatile(&$e) }
0 commit comments