[libc-commits] [libc] [libc][math] Adding LIBC_MATH_ALWAYS_ROUND_NEAREST option (PR #201154)

via libc-commits libc-commits at lists.llvm.org
Wed Jun 3 08:04:59 PDT 2026


=?utf-8?q?Ho=C3=A0ng_Minh_Thi=C3=AAn?=,=?utf-8?q?Ho=C3=A0ng_Minh_Thi=C3=AAn?=,
=?utf-8?q?Ho=C3=A0ng_Minh_Thi=C3=AAn?=,=?utf-8?q?Ho=C3=A0ng_Minh_Thi=C3=AAn?=
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/201154 at github.com>


================
@@ -18,7 +18,7 @@
 #include "src/__support/FPUtil/dyadic_float.h"
 #include "src/__support/FPUtil/rounding_mode.h"
 #include "src/__support/big_int.h"
-#include "src/__support/macros/attributes.h"   // LIBC_INLINE
+#include "src/__support/macros/attributes.h" // LIBC_INLINE
 #include "src/__support/macros/config.h"
 #include "src/__support/macros/optimization.h" // LIBC_UNLIKELY
----------------
Sukumarsawant wrote:

```suggestion
#include "src/__support/macros/attributes.h"   // LIBC_INLINE
#include "src/__support/macros/config.h"
#include "src/__support/macros/optimization.h" // LIBC_UNLIKELY
```
nit space

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


More information about the libc-commits mailing list