muldf3.S (.Linf_denorm): Likewise.
* config/arc/ieee-754/arc600-dsp/muldf3.S (.Linf_denorm): Likewise. * config/arc/ieee-754/arc600-mul64/muldf3.S (.Linf_denorm): Likewise. * config/arc/ieee-754/muldf3.S (.Linf_denorm): Likewise. Co-Authored-By: Diego Novillo <dnovillo@google.com> From-SVN: r203083
This commit is contained in:
parent
089ccc04e4
commit
a07c5b47b7
4 changed files with 6 additions and 3 deletions
|
@ -2,6 +2,9 @@
|
|||
Diego Novillo <dnovillo@google.com>
|
||||
|
||||
* config/arc/gmon/mcount.c (_MCOUNT_DECL): Comment typo fix.
|
||||
* config/arc/ieee-754/arc600-dsp/muldf3.S (.Linf_denorm): Likewise.
|
||||
* config/arc/ieee-754/arc600-mul64/muldf3.S (.Linf_denorm): Likewise.
|
||||
* config/arc/ieee-754/muldf3.S (.Linf_denorm): Likewise.
|
||||
|
||||
2013-10-01 Joern Rennecke <joern.rennecke@embecosm.com>
|
||||
Brendan Kehoe <brendan@zen.org>
|
||||
|
|
|
@ -180,7 +180,7 @@ __muldf3:
|
|||
j_s.d [blink]
|
||||
bset.mi DBL0H,DBL0H,31
|
||||
|
||||
/* We have checked for infinitey / NaN input before, and transformed
|
||||
/* We have checked for infinity / NaN input before, and transformed
|
||||
denormalized inputs into normalized inputs. Thus, the worst case
|
||||
exponent overflows are:
|
||||
1 + 1 - 0x400 == 0xc02 : maximum underflow
|
||||
|
|
|
@ -183,7 +183,7 @@ __muldf3:
|
|||
j_s.d [blink]
|
||||
bset.mi DBL0H,DBL0H,31
|
||||
|
||||
/* We have checked for infinitey / NaN input before, and transformed
|
||||
/* We have checked for infinity / NaN input before, and transformed
|
||||
denormalized inputs into normalized inputs. Thus, the worst case
|
||||
exponent overflows are:
|
||||
1 + 1 - 0x400 == 0xc02 : maximum underflow
|
||||
|
|
|
@ -184,7 +184,7 @@ __muldf3:
|
|||
j_s.d [blink]
|
||||
bset.mi DBL0H,DBL0H,31
|
||||
|
||||
/* We have checked for infinitey / NaN input before, and transformed
|
||||
/* We have checked for infinity / NaN input before, and transformed
|
||||
denormalized inputs into normalized inputs. Thus, the worst case
|
||||
exponent overflows are:
|
||||
1 + 1 - 0x400 == 0xc02 : maximum underflow
|
||||
|
|
Loading…
Add table
Reference in a new issue