Ceilf are pushed directly to libm. This is problematic for
situations where libm is not available. This patch will break down
a ceilf function to truncate followed by an increment if the
truncated value is smaller than the input value.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo