Skip to content

Commit

Permalink
Merge pull request #554 from mchodzikiewicz/fix-math-for-riscv32
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu authored Oct 31, 2023
2 parents 8c6c66d + ce1e4d2 commit 3dea633
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,8 @@ pub mod int;

#[cfg(any(
all(target_family = "wasm", target_os = "unknown"),
all(target_arch = "x86_64", target_os = "none"),
target_os = "uefi",
all(target_arch = "arm", target_os = "none"),
all(target_arch = "xtensa", target_os = "none"),
all(target_arch = "mips", target_os = "none"),
target_os = "none",
target_os = "xous",
all(target_vendor = "fortanix", target_env = "sgx"),
target_os = "windows"
Expand Down

0 comments on commit 3dea633

Please sign in to comment.