Commit 1c0f4777 by Richard Sandiford

Add NOMIPS16 to last commit (will be in gcc-patches@ message).

From-SVN: r129032
parent 96f38a34
/* { dg-mips-options "-mabi=64 -O2" } */ /* { dg-mips-options "-mabi=64 -O2" } */
long double __powitf2 (long double x, int m) NOMIPS16 long double __powitf2 (long double x, int m)
{ {
long double y = x; long double y = x;
while (m >>= 1) while (m >>= 1)
......
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