projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66b047d
)
MIPS: math-emu: Get rid of unuable extended precision support.
author
Ralf Baechle
<ralf@linux-mips.org>
Sat, 19 Apr 2014 11:18:08 +0000
(13:18 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Fri, 23 May 2014 13:11:02 +0000
(15:11 +0200)
No usable functionality and nothig does ever define IEEE854_XP anyway.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/math-emu/ieee754.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/math-emu/ieee754.h
b/arch/mips/math-emu/ieee754.h
index a1970894094b9d4f152b5c35833736ec52e25641..049f63fa635ef0c03dd5acbee5c24af864afebbd 100644
(file)
--- a/
arch/mips/math-emu/ieee754.h
+++ b/
arch/mips/math-emu/ieee754.h
@@
-408,9
+408,6
@@
struct ieee754xctx {
union {
union ieee754sp sp; /* single precision */
union ieee754dp dp; /* double precision */
-#ifdef IEEE854_XP
- ieee754xp xp; /* extended precision */
-#endif
int si; /* standard signed integer (32bits) */
s64 di; /* extended signed integer (64bits) */
} rv; /* default result format implied by op */