added work-around for 11/780 FPA polyd microcode bug.
[unix-history] / usr / src / lib / libm / vax / argred.s
index d771a76..8f93398 100644 (file)
 # their  experiences (good or bad) with these elementary function  codes,
 # using "sendbug 4bsd-bugs@BERKELEY", to the authors.
 #
 # their  experiences (good or bad) with these elementary function  codes,
 # using "sendbug 4bsd-bugs@BERKELEY", to the authors.
 #
-
-# @(#)argred.s 1.1 (Berkeley) 8/21/85; 1.2 (ucb.elefunt) %G%
+       .data
+       .align  2
+_sccsid:
+.asciz "@(#)argred.s   1.1 (Berkeley) 8/21/85; 1.4 (ucb.elefunt) %G%"
 
 #  libm$argred implements Bob Corbett's argument reduction and
 #  libm$sincos implements Peter Tang's double precision sin/cos.
 
 #  libm$argred implements Bob Corbett's argument reduction and
 #  libm$sincos implements Peter Tang's double precision sin/cos.