Merge pull request #1305 from Xeonacid/patch-1

Set fast_arithmetic=64 for riscv64
This commit is contained in:
David Tolnay 2025-12-22 04:02:15 -08:00 committed by GitHub
commit bc6c8276d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,7 @@ fn main() {
|| target_arch == "loongarch64"
|| target_arch == "mips64"
|| target_arch == "powerpc64"
|| target_arch == "riscv64"
|| target_arch == "wasm32"
|| target_arch == "x86_64"
|| target_pointer_width == "64"