mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
softfloat: decrease MIN_EXP to cover full float range
floats are not necessarily normalized, so a normalized softfloat needs MIN_EXP lowered by 23 to cover that range. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
This commit is contained in:
parent
c9d1f4883d
commit
2d6f46d801
@ -27,7 +27,7 @@
|
||||
#include "avassert.h"
|
||||
#include "softfloat_tables.h"
|
||||
|
||||
#define MIN_EXP -126
|
||||
#define MIN_EXP -149
|
||||
#define MAX_EXP 126
|
||||
#define ONE_BITS 29
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user