[libc-commits] [libc] [libc] Make ceilf128 use the emulated float128 type (PR #207735)
via libc-commits
libc-commits at lists.llvm.org
Fri Aug 14 13:10:48 PDT 2026
================
@@ -7,7 +7,11 @@
//===----------------------------------------------------------------------===//
#include "CeilTest.h"
----------------
overmighty wrote:
Nit: style. (Every other file has a blank line after the `*Test.h` include.)
```suggestion
#include "CeilTest.h"
```
https://github.com/llvm/llvm-project/pull/207735
More information about the libc-commits
mailing list