index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fpu
/
softfloat-macros.h
Age
Commit message (
Expand
)
Author
2016-02-19
fpu: Use plain 'int' rather than 'int_fast16_t' for exponents
Peter Maydell
2016-02-19
fpu: Use plain 'int' rather than 'int_fast16_t' for shift counts
Peter Maydell
2016-01-22
fpu: Replace int8 typedef with int8_t
Peter Maydell
2015-01-29
softfloat: Clarify license status
Peter Maydell
2015-01-29
softfloat: Apply patch corresponding to rebasing to softfloat-2a
Peter Maydell
2014-06-23
fpu: softfloat: drop INLINE macro
Luiz Capitulino
2013-06-10
softfloat: Fix shift128Right for shift counts 64..127
Peter Maydell
2012-04-28
softfloat: Replace int16 type with int_fast16_t
Andreas Färber
2011-04-17
softfloat: use GCC builtins to count the leading zeros
Aurelien Jarno
2011-03-21
softfloat: Drop [s]bits{8, 16, 32, 64} types in favor of [u]int{8, 16, 32, 64}_t
Andreas Färber
2011-03-21
softfloat: Prepend QEMU-style header with derivation notice
Andreas Färber
2009-04-13
Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
blueswir1
2008-12-13
Remove unnecessary trailing newlines
blueswir1
2005-03-13
soft float support
bellard