diff options
Diffstat (limited to 'gcc/ada/a-numaux-darwin.ads')
-rw-r--r-- | gcc/ada/a-numaux-darwin.ads | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gcc/ada/a-numaux-darwin.ads b/gcc/ada/a-numaux-darwin.ads index 2f58ed8..011ae59 100644 --- a/gcc/ada/a-numaux-darwin.ads +++ b/gcc/ada/a-numaux-darwin.ads @@ -30,12 +30,9 @@ -- -- ------------------------------------------------------------------------------ --- This version is for use with normal Unix math functions, except for --- sine/cosine which have been implemented directly in Ada to get the required --- accuracy in OS X. Alternative packages are used on VxWorks (no need for the --- -lm Linker_Options), and on the x86 (where we have two versions one using --- inline ASM, and one importing from the C long routines that take 80-bit --- arguments). +-- This version is for use on OS X. It uses the normal Unix math functions, +-- except for sine/cosine which have been implemented directly in Ada to get +-- the required accuracy. package Ada.Numerics.Aux is pragma Pure; |