Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mac: region: RegionCommon: fix implicit double promotion (#1600)
The calculation is done with float variables. However, the floor function is meant for double variables. floorf should be used instead. The implicit double promotion leads to a warning/error if compiled with LLVM. Signed-off-by: Martin Jäger <[email protected]>
- Loading branch information