Skip to content

Commit bfe9796

Browse files
committed
Add lgamma_r and lgammaf_r to MSVC
1 parent dbb244a commit bfe9796

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/math.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ no_mangle! {
9595
target_os = "xous",
9696
all(target_arch = "x86_64", target_os = "uefi"),
9797
all(target_arch = "xtensa", target_os = "none"),
98-
all(target_vendor = "fortanix", target_env = "sgx")
98+
all(target_vendor = "fortanix", target_env = "sgx"),
99+
target_env = "msvc"
99100
))]
100101
intrinsics! {
101102
pub extern "C" fn lgamma_r(x: f64, s: &mut i32) -> f64 {

0 commit comments

Comments
 (0)