For pre-C99 compilers that do not support round(), we need to have a
simplistic implementation for it, when it is not detected during build
configuration, either via CMake or autotools, by using floor() and
ceil(), which are provided in the pre-C99 compilers.
Please see discussion at commit 86a0ac2
for more details for re-adding
this patch.
pull/902/head
parent
95f0458f44
commit
19256bef9d
1 changed files with 13 additions and 0 deletions
Loading…
Reference in new issue