We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f65b14 commit 0d18270Copy full SHA for 0d18270
src/math.rs
@@ -16,6 +16,7 @@ macro_rules! no_mangle {
16
}
17
18
19
+#[cfg(all(not(windows), not(target_vendor = "apple")))]
20
no_mangle! {
21
fn acos(x: f64) -> f64;
22
fn asin(x: f64) -> f64;
0 commit comments