Skip to content

Commit

Permalink
Merge pull request #538 from ankane/lgamma-r-msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Jul 17, 2023
2 parents 56ba188 + bfe9796 commit 77ed983
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/math.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ no_mangle! {
target_os = "xous",
all(target_arch = "x86_64", target_os = "uefi"),
all(target_arch = "xtensa", target_os = "none"),
all(target_vendor = "fortanix", target_env = "sgx")
all(target_vendor = "fortanix", target_env = "sgx"),
target_env = "msvc"
))]
intrinsics! {
pub extern "C" fn lgamma_r(x: f64, s: &mut i32) -> f64 {
Expand Down

0 comments on commit 77ed983

Please sign in to comment.