JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Remove CEIL macro
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Thu, 26 Jun 2014 10:37:06 +0000 (12:37 +0200)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Thu, 26 Jun 2014 10:37:06 +0000 (12:37 +0200)
This macro was not correct in some cases, and it was used only in
one place, where we did'nt get any benefit in performance of in size,
so the macro is removed and ceilf is used instead of it. The only
function needed from math.h is ceilf, so this patch defines the
prototype of it instead of including math.h.


No differences found