[libc-commits] [libc] [libc][riscv] Check if we have F or D extension before using them (PR #79036)

Petr Hosek via libc-commits libc-commits at lists.llvm.org
Mon Jan 22 11:05:07 PST 2024


================
@@ -26,6 +26,7 @@
 namespace LIBC_NAMESPACE {
 namespace fputil {
 
+#if defined(__riscv_flen)
----------------
petrhosek wrote:

Done.

https://github.com/llvm/llvm-project/pull/79036


More information about the libc-commits mailing list