Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Sep 2008 21:04:51 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 149679 for review
Message-ID:  <200809122104.m8CL4pfr002045@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=149679

Change 149679 by gonzo@gonzo_jeeves on 2008/09/12 21:04:43

	  Clean out typo that was brought in by integration from mips2-jnpr

Affected files ...

.. //depot/projects/mips2/src/lib/msun/src/e_rem_pio2.c#7 edit

Differences ...

==== //depot/projects/mips2/src/lib/msun/src/e_rem_pio2.c#7 (text+ko) ====

@@ -126,7 +126,7 @@
 	    }
 	}
 	if(ix<0x413921fb) {	/* |x| ~< 2^20*(pi/2), medium size */
-medium:;
+medium:
 	    /* Use a specialized rint() to get fn.  Assume round-to-nearest. */
 	    STRICT_ASSIGN(double,fn,x*invpio2+0x1.8p52);
 	    fn = fn-0x1.8p52;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809122104.m8CL4pfr002045>