machine dependent
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 1 Jul 1983 04:48:21 +0000 (20:48 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 1 Jul 1983 04:48:21 +0000 (20:48 -0800)
SCCS-vsn: old/libm/libm/pow.c 4.2
SCCS-vsn: old/libm/libom/pow.c 4.2

usr/src/old/libm/libm/pow.c
usr/src/old/libm/libom/pow.c

index 4bee314..9e2d527 100644 (file)
@@ -1,4 +1,4 @@
-/*     @(#)pow.c       4.1     %G%     */
+/*     @(#)pow.c       4.2     %G%     */
 
 /*
        computes a^b.
 
 /*
        computes a^b.
@@ -16,7 +16,9 @@ double arg1, arg2;
        double temp;
        long l;
 
        double temp;
        long l;
 
+#ifdef vax
        asm("   bispsw  $0xe0");
        asm("   bispsw  $0xe0");
+#endif
        if(arg1 <= 0.) {
                if(arg1 == 0.) {
                        if(arg2 <= 0.)
        if(arg1 <= 0.) {
                if(arg1 == 0.) {
                        if(arg2 <= 0.)
index 4bee314..9e2d527 100644 (file)
@@ -1,4 +1,4 @@
-/*     @(#)pow.c       4.1     %G%     */
+/*     @(#)pow.c       4.2     %G%     */
 
 /*
        computes a^b.
 
 /*
        computes a^b.
@@ -16,7 +16,9 @@ double arg1, arg2;
        double temp;
        long l;
 
        double temp;
        long l;
 
+#ifdef vax
        asm("   bispsw  $0xe0");
        asm("   bispsw  $0xe0");
+#endif
        if(arg1 <= 0.) {
                if(arg1 == 0.) {
                        if(arg2 <= 0.)
        if(arg1 <= 0.) {
                if(arg1 == 0.) {
                        if(arg2 <= 0.)