Re: [FFmpeg-devel] [PATCH] libavutil/softfloat: Add test case for av_add_sf

2015-05-14 Thread Michael Niedermayer
On Thu, May 14, 2015 at 03:36:36PM +0200, Nedeljko Babic wrote: > Recently normalization (av_normalize_sf) of output was added to av_add_sf. > This normalization is used for better precision for small values and the > purpose of this (quite simple) test case is to test difference between double > a

[FFmpeg-devel] [PATCH] libavutil/softfloat: Add test case for av_add_sf

2015-05-14 Thread Nedeljko Babic
Recently normalization (av_normalize_sf) of output was added to av_add_sf. This normalization is used for better precision for small values and the purpose of this (quite simple) test case is to test difference between double and softfloat. The values used are tailored to maximally highlighte prob