qemu-e2k/fpu
Paolo Bonzini 789ec7ce20 softfloat: change default nan definitions to variables
Most definitions in softfloat.h are really target-independent, but the
file is not because it includes definitions of the default NaN values.
Change those to variables to allow including softfloat.h from files that
are not compiled per-target.  By making them const, the compiler is
allowed to optimize them into softfloat functions that use them.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2011-07-29 08:25:45 -05:00
..
softfloat-macros.h softfloat: use GCC builtins to count the leading zeros 2011-04-17 20:32:14 +02:00
softfloat-specialize.h softfloat: change default nan definitions to variables 2011-07-29 08:25:45 -05:00
softfloat.c softfloat: always enable floatx80 and float128 support 2011-06-03 16:07:51 +02:00
softfloat.h softfloat: change default nan definitions to variables 2011-07-29 08:25:45 -05:00