We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50baa9f + d3f31b2 commit 9b4c16dCopy full SHA for 9b4c16d
src/lib.rs
@@ -52,7 +52,7 @@ pub mod int;
52
all(target_arch = "mips", target_os = "none"),
53
target_os = "xous",
54
all(target_vendor = "fortanix", target_env = "sgx"),
55
- target_env = "msvc"
+ target_os = "windows"
56
))]
57
pub mod math;
58
pub mod mem;
src/math.rs
@@ -97,7 +97,7 @@ no_mangle! {
97
all(target_arch = "x86_64", target_os = "uefi"),
98
all(target_arch = "xtensa", target_os = "none"),
99
100
101
102
intrinsics! {
103
pub extern "C" fn lgamma_r(x: f64, s: &mut i32) -> f64 {
0 commit comments