We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4151e03 commit 4833f5fCopy full SHA for 4833f5f
src/math.rs
@@ -21,6 +21,7 @@ macro_rules! no_mangle {
21
not(target_env = "wasi")
22
),
23
all(target_arch = "x86_64", target_os = "uefi"),
24
+ all(target_arch = "xtensa", target_os = "none"),
25
all(target_vendor = "fortanix", target_env = "sgx")
26
))]
27
no_mangle! {
@@ -69,6 +70,7 @@ no_mangle! {
69
70
target_os = "unknown",
71
72
73
74
75
76
0 commit comments