Unverified Commit 0ec4b220 authored by Muhammad Bassiouni's avatar Muhammad Bassiouni Committed by GitHub
Browse files

[libc][math][NFC] fix fmul build (#195437)

parent a7f6a6f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
namespace LIBC_NAMESPACE_DECL {
namespace math {

LIBC_INLINE constexpr float fmul(double x, double y) {
LIBC_INLINE LIBC_CONSTEXPR float fmul(double x, double y) {

  // Without FMA instructions, fputil::exact_mult is not
  // correctly rounded for all rounding modes, so we fall