--- Comment #7 from dmixm at marine dot febras dot ru 2008-04-14 10:55
---
Possible the
(isgreater(fabs(x), DBL_MAX) ? (signbit(x) ? -1 : 1) : 0)
will be fast with common finite numbers?
Question: in case of AVR target, is it possible to call extern
isinf() function regardless of
promotion comes out of CHAR_MIN/MAX
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dmixm at marine dot febras dot
marine dot febras dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35509
avr] 4.3.0: undefined reference to `__ffshi2'
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dmixm at marine dot febra
: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dmixm at marine dot febras dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35507
ode movw for mcu avr3
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dmixm at marine dot febras dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35506
--- Comment #14 from dmixm at marine dot febras dot ru 2007-09-16 03:22
---
It was:
(define_insn "movdi"
[(set (match_operand:DI 0 "nonimmediate_operand" "")
(match_operand:DI 1 "general_operand" ""))]
&
--- Comment #12 from dmixm at marine dot febras dot ru 2007-09-09 21:59
---
Andy Hutchinson wrote (comment #6) that addition a 'movdi' instruction improves
the result. I have try to add a very simple 'movdi' (which split into 2 SImode
instuctions). In result:
--- Comment #10 from dmixm at marine dot febras dot ru 2007-07-27 01:24
---
Yes, results are:
avr-gcc-3.3.6: O0 --> 75, O1,O2,O3,Os --> 79
avr-gcc-4.2.1: O0 --> 109, O1,O2,O3,Os --> 79
The mistake is corrected? It is possible to tell and so as now
applicatio
_scratch:HI 4 "=1,1"))]
...
--
Summary: avr-gcc: builtin memset(): wrong code
Product: gcc
Version: 4.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned at gcc
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dmixm at marine dot febras dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30243
xm at marine dot febras dot ru
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19686
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dmixm at marine dot febras dot ru
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19684
: unassigned at gcc dot gnu dot org
ReportedBy: dmixm at marine dot febras dot ru
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19597
--- Additional Comments From dmixm at marine dot febras dot ru 2004-11-16
23:58 ---
In March, 2004 Richard Sandiford has offered a patch for elimination of
this problem. See: http://gcc.gnu.org/ml/gcc/2004-03/msg01456.html This
patch modifies function do_jump (a file dojump.c). This
15 matches
Mail list logo