Sign in
qemu
/
qemu
/
fc9bb1769706d4b3ac48e52d4639505bc1ce7392
/
linux-user
/
arm
/
nwfpe
/
fpa11_cprt.c
211315f
softfloat: rename float*_eq() into float*_eq_quiet()
by Aurelien Jarno
· 14 years ago
3ebe80c
linux-user: Fix incorrect NaN detection in ARM nwfpe emulation
by Peter Maydell
· 14 years ago
1856987
softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()
by Peter Maydell
· 14 years ago
70539e1
Update to a hopefully more future proof FSF address
by Blue Swirl
· 15 years ago
86178a5
static and inline should came before the type of the functions
by Juan Quintela
· 15 years ago
79383c9
Fix some warnings that would be generated by gcc -Wredundant-decls
by blueswir1
· 17 years ago
3ebdd11
Move target-arm/nwfpe into linux-user/arm/nwfpe
by aurel32
· 17 years ago
[Renamed from target-arm/nwfpe/fpa11_cprt.c]
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
569f5d6
compilation fix
by bellard
· 18 years ago
26a7646
C99 64 bit printf
by bellard
· 19 years ago
2049521
use the generic soft float code
by bellard
· 20 years ago
00406df
added arm nwfpe support (initial patch by Ulrich Hecht)
by bellard
· 21 years ago