We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a61823f + 1f809e0 commit 4b4eb8aCopy full SHA for 4b4eb8a
src/lib.rs
@@ -50,7 +50,8 @@ pub mod int;
50
all(target_arch = "xtensa", target_os = "none"),
51
all(target_arch = "mips", target_os = "none"),
52
target_os = "xous",
53
- all(target_vendor = "fortanix", target_env = "sgx")
+ all(target_vendor = "fortanix", target_env = "sgx"),
54
+ target_env = "msvc"
55
))]
56
pub mod math;
57
pub mod mem;
0 commit comments