Merge pull request #436 from MabezDev/feature/xtensa-soft-math

This commit is contained in:
Amanieu d'Antras 2021-10-17 00:40:57 +01:00 committed by GitHub
commit 945f822874
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ macro_rules! no_mangle {
not(target_env = "wasi")
),
all(target_arch = "x86_64", target_os = "uefi"),
all(target_arch = "xtensa", target_os = "none"),
all(target_vendor = "fortanix", target_env = "sgx")
))]
no_mangle! {
@ -69,6 +70,7 @@ no_mangle! {
target_os = "unknown",
not(target_env = "wasi")
),
all(target_arch = "xtensa", target_os = "none"),
all(target_vendor = "fortanix", target_env = "sgx")
))]
no_mangle! {