Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/m68k/fpsp Avoid trigraphs



details:   https://anonhg.NetBSD.org/src/rev/918aa94e2c8d
branches:  trunk
changeset: 331937:918aa94e2c8d
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Sep 01 08:21:26 2014 +0000

description:
Avoid trigraphs

diffstat:

 sys/arch/m68k/fpsp/setox.sa |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 02b68a9a7dcb -r 918aa94e2c8d sys/arch/m68k/fpsp/setox.sa
--- a/sys/arch/m68k/fpsp/setox.sa       Mon Sep 01 07:49:43 2014 +0000
+++ b/sys/arch/m68k/fpsp/setox.sa       Mon Sep 01 08:21:26 2014 +0000
@@ -1,4 +1,4 @@
-*      $NetBSD: setox.sa,v 1.4 2003/02/05 00:02:35 perry Exp $
+*      $NetBSD: setox.sa,v 1.5 2014/09/01 08:21:26 matt Exp $
 
 *      MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP
 *      M68000 Hi-Performance Microprocessor Division
@@ -68,9 +68,9 @@
 *      depending on their values, the program may run faster or slower --
 *      but no worse than 10% slower even in the extreme cases.
 *
-*      The program setoxm1 takes approximately ???/??? cycles for input
+*      The program setoxm1 takes approximately ??? / ??? cycles for input
 *      argument X, 0.25 <= |X| < 70log2. For |X| < 0.25, it takes
-*      approximately ???/??? cycles. For the less common arguments,
+*      approximately ??? / ??? cycles. For the less common arguments,
 *      depending on their values, the program may run faster or slower --
 *      but no worse than 10% slower even in the extreme cases.
 *



Home | Main Index | Thread Index | Old Index