Commit a07c5b47 by Joern Rennecke Committed by Joern Rennecke

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
parent 089ccc04
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
Diego Novillo <dnovillo@google.com> Diego Novillo <dnovillo@google.com>
* config/arc/gmon/mcount.c (_MCOUNT_DECL): Comment typo fix. * 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> 2013-10-01 Joern Rennecke <joern.rennecke@embecosm.com>
Brendan Kehoe <brendan@zen.org> Brendan Kehoe <brendan@zen.org>
......
...@@ -180,7 +180,7 @@ __muldf3: ...@@ -180,7 +180,7 @@ __muldf3:
j_s.d [blink] j_s.d [blink]
bset.mi DBL0H,DBL0H,31 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 denormalized inputs into normalized inputs. Thus, the worst case
exponent overflows are: exponent overflows are:
1 + 1 - 0x400 == 0xc02 : maximum underflow 1 + 1 - 0x400 == 0xc02 : maximum underflow
......
...@@ -183,7 +183,7 @@ __muldf3: ...@@ -183,7 +183,7 @@ __muldf3:
j_s.d [blink] j_s.d [blink]
bset.mi DBL0H,DBL0H,31 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 denormalized inputs into normalized inputs. Thus, the worst case
exponent overflows are: exponent overflows are:
1 + 1 - 0x400 == 0xc02 : maximum underflow 1 + 1 - 0x400 == 0xc02 : maximum underflow
......
...@@ -184,7 +184,7 @@ __muldf3: ...@@ -184,7 +184,7 @@ __muldf3:
j_s.d [blink] j_s.d [blink]
bset.mi DBL0H,DBL0H,31 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 denormalized inputs into normalized inputs. Thus, the worst case
exponent overflows are: exponent overflows are:
1 + 1 - 0x400 == 0xc02 : maximum underflow 1 + 1 - 0x400 == 0xc02 : maximum underflow
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment