sim-card
/
qemu
Archived
10
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
qemu/fpu
Peter Maydell 369be8f618 softfloat: Implement fused multiply-add
Implement fused multiply-add as a softfloat primitive. This implements
"a+b*c" as a single step without any intermediate rounding; it is
specified in IEEE 754-2008 and implemented in a number of CPUs.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2011-10-19 16:14:06 +00: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: Implement fused multiply-add 2011-10-19 16:14:06 +00:00
softfloat.c softfloat: Implement fused multiply-add 2011-10-19 16:14:06 +00:00
softfloat.h softfloat: Implement fused multiply-add 2011-10-19 16:14:06 +00:00