projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fb8038
)
Fix wrong patch committed
author
Michael Meissner
<meissner@gcc.gnu.org>
Fri, 4 Nov 2016 04:37:07 +0000
(
04:37
+0000)
committer
Michael Meissner
<meissner@gcc.gnu.org>
Fri, 4 Nov 2016 04:37:07 +0000
(
04:37
+0000)
From-SVN: r241840
gcc/config/rs6000/rs6000.h
patch
|
blob
|
history
diff --git
a/gcc/config/rs6000/rs6000.h
b/gcc/config/rs6000/rs6000.h
index 2d0dd62a3cf807742b1e65dea9f5303ee2714548..584d68004652608da8362ddef0c695366186002f 100644
(file)
--- a/
gcc/config/rs6000/rs6000.h
+++ b/
gcc/config/rs6000/rs6000.h
@@
-450,7
+450,7
@@
extern const char *host_detect_local_cpu (int argc, const char **argv);
#define FLOAT128_IBM_P(MODE) \
((!TARGET_IEEEQUAD && ((MODE) == TFmode || (MODE) == TCmode)) \
|| (TARGET_HARD_FLOAT && TARGET_FPRS \
- && ((MODE) == IFmode
) || (
(MODE) == ICmode)))
+ && ((MODE) == IFmode
||
(MODE) == ICmode)))
/* Helper macros to say whether a 128-bit floating point type can go in a
single vector register, or whether it needs paired scalar values. */