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 efd227f commit d3f31b2Copy full SHA for d3f31b2
src/lib.rs
@@ -51,7 +51,7 @@ pub mod int;
51
all(target_arch = "mips", target_os = "none"),
52
target_os = "xous",
53
all(target_vendor = "fortanix", target_env = "sgx"),
54
- target_env = "msvc"
+ target_os = "windows"
55
))]
56
pub mod math;
57
pub mod mem;
src/math.rs
@@ -96,7 +96,7 @@ no_mangle! {
96
all(target_arch = "x86_64", target_os = "uefi"),
97
all(target_arch = "xtensa", target_os = "none"),
98
99
100
101
intrinsics! {
102
pub extern "C" fn lgamma_r(x: f64, s: &mut i32) -> f64 {
0 commit comments