Merge pull request #538 from ankane/lgamma-r-msvc
This commit is contained in:
commit
4cb7858aac
1 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue