Merge pull request #545 from ankane/lgamma-r-msvc2
This commit is contained in:
commit
1f0a7196a9
1 changed files with 2 additions and 1 deletions
|
|
@ -50,7 +50,8 @@ pub mod int;
|
|||
all(target_arch = "xtensa", target_os = "none"),
|
||||
all(target_arch = "mips", target_os = "none"),
|
||||
target_os = "xous",
|
||||
all(target_vendor = "fortanix", target_env = "sgx")
|
||||
all(target_vendor = "fortanix", target_env = "sgx"),
|
||||
target_env = "msvc"
|
||||
))]
|
||||
pub mod math;
|
||||
pub mod mem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue