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 248b68a + d4477f8 commit 1f0a719Copy full SHA for 1f0a719
library/compiler-builtins/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