Commit afd0eadc authored by rsandifo's avatar rsandifo
Browse files

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129032 138bc75d-0d04-0410-961f-82ee72b054a4
parent a9a06ed6
/* { 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;
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