We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb244a commit bfe9796Copy full SHA for bfe9796
src/math.rs
@@ -95,7 +95,8 @@ no_mangle! {
95
target_os = "xous",
96
all(target_arch = "x86_64", target_os = "uefi"),
97
all(target_arch = "xtensa", target_os = "none"),
98
- all(target_vendor = "fortanix", target_env = "sgx")
+ all(target_vendor = "fortanix", target_env = "sgx"),
99
+ target_env = "msvc"
100
))]
101
intrinsics! {
102
pub extern "C" fn lgamma_r(x: f64, s: &mut i32) -> f64 {
0 commit comments