diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-10-17 16:00:34 +0200 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-10-17 16:00:34 +0200 |
commit | 7946ada30bc45546cefc85809ba0fd07879eff52 (patch) | |
tree | 03c382e8e4f9b81f151be953de3b7f61411c9303 /arch/arm/nwfpe/softfloat.h | |
parent | NTFS: The big ntfs write(2) rewrite has arrived. We now implement our own (diff) | |
parent | Fix memory ordering bug in page reclaim (diff) | |
download | linux-7946ada30bc45546cefc85809ba0fd07879eff52.tar.xz linux-7946ada30bc45546cefc85809ba0fd07879eff52.zip |
Merge branch 'master' of /usr/src/ntfs-2.6/
Diffstat (limited to 'arch/arm/nwfpe/softfloat.h')
-rw-r--r-- | arch/arm/nwfpe/softfloat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/nwfpe/softfloat.h b/arch/arm/nwfpe/softfloat.h index 1c8799b9ee4d..14151700b6b2 100644 --- a/arch/arm/nwfpe/softfloat.h +++ b/arch/arm/nwfpe/softfloat.h @@ -265,4 +265,7 @@ static inline flag float64_lt_nocheck(float64 a, float64 b) return (a != b) && (aSign ^ (a < b)); } +extern flag float32_is_nan( float32 a ); +extern flag float64_is_nan( float64 a ); + #endif |