On Fri, Jun 22, 2012 at 03:40:53PM +0100, Mans Rullgard wrote: > This adds a fallback for cbrtf() using powf(x, 1/3). Since > powf() with a non-integer exponent requires a non-negative > base, special handling of negative inputs is needed. > > Signed-off-by: Mans Rullgard <[email protected]> > --- > Not tested on anything without cbrtf(). > --- > configure | 2 ++ > libavutil/libm.h | 7 +++++++ > 2 files changed, 9 insertions(+)
(not tested by me either but) LGTM _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
