Specifically: ceill, floorl and roundl have been added.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Yes and no :)
The most convenient way for me to verify the patch on aarch64 is to upload the patch and then use arc patch to apply it on the aarch64 machine. So, I did not add them to the aarch64 config in the first round as I had not tested them on aarch64. But, added now as I have now tested on aarch64 as well.
libc/test/src/math/ceill_test.cpp | ||
---|---|---|
24 | Our unittest framework supports only integer types to me checked with ASSERT_EQ and ASSERT_NE. But, I took your suggestion and converted wherever I could. |
ASSERT_EQ(a, b) here and in the all following ASSERT_TRUE(a == b).