We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018616e commit 4d105c9Copy full SHA for 4d105c9
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