Merge pull request #545 from ankane/lgamma-r-msvc2

This commit is contained in:
Amanieu d'Antras 2023-07-30 23:55:35 +01:00 committed by GitHub
commit 1f0a7196a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;