Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/necv70')
-rw-r--r--newlib/libc/machine/necv70/necv70.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/libc/machine/necv70/necv70.tex b/newlib/libc/machine/necv70/necv70.tex
index be5397f44..9c1530411 100644
--- a/newlib/libc/machine/necv70/necv70.tex
+++ b/newlib/libc/machine/necv70/necv70.tex
@@ -1,8 +1,8 @@
@node machine,,syscalls,Top
@chapter NEC V70 Specific Functions
-The NEC V70 has machine instructions for fast IEEE floating point,
-including operations normally provided by the library.
+The NEC V70 has machine instructions for fast IEEE floating-point
+arithmetic, including operations normally provided by the library.
When you use the @file{/usr/include/fastmath.h} header file, the
names of several library math functions are redefined to call the
@@ -43,7 +43,7 @@ Also, the library provides true @code{float} entry points. The
@code{fast_sinf} entry point really performs a @code{fsin.s}
operation. Because of this, the instructions are only useful when
using code compiled with an ANSI C compiler. The prototypes
-and definitions for the floating point versions of the math library
+and definitions for the floating-point versions of the math library
routines are only defined if compiling a module with an ANSI C
compiler.