- Precision concerning the workaround for MipsPro.

This commit is contained in:
Sylvain Pion 1999-05-10 12:16:14 +00:00
parent b51a6c9359
commit 205621a8bf
2 changed files with 16 additions and 4 deletions

View File

@ -315,7 +315,13 @@ this C++ feature (MipsPro 7.2). A workaround is in place that allows to use
one such filtered number type at once, by explicitely specializing the
predicates for it. To do so, just define the macros \ccc{CGAL_IA_CT} and
\ccc{CGAL_IA_ET} to the corresponding number types before any inclusion of
{\cgal} files.
{\cgal} files, as well as \ccc{CGAL_IA_CACHE}. For example~:
\begin{verbatim}
#define CGAL_IA_CT double
#define CGAL_IA_ET leda_real
#define CGAL_IA_CACHE No_Filter_Cache
\end{verbatim}
For each predicate file, the overloaded code is generated automatically by a
\ccc{PERL} script
@ -342,6 +348,6 @@ The low level template predicates of {\cgal} are in files named
to produce the files \ccc{CGAL/Arithmetic_filter/predicates_on_ftC2.h}
(resp. ftC3).
For the moment, only the cartesian predicates are supported.
For the moment, only the cartesian predicates of the kernel are supported.
\end{ccClass}

View File

@ -315,7 +315,13 @@ this C++ feature (MipsPro 7.2). A workaround is in place that allows to use
one such filtered number type at once, by explicitely specializing the
predicates for it. To do so, just define the macros \ccc{CGAL_IA_CT} and
\ccc{CGAL_IA_ET} to the corresponding number types before any inclusion of
{\cgal} files.
{\cgal} files, as well as \ccc{CGAL_IA_CACHE}. For example~:
\begin{verbatim}
#define CGAL_IA_CT double
#define CGAL_IA_ET leda_real
#define CGAL_IA_CACHE No_Filter_Cache
\end{verbatim}
For each predicate file, the overloaded code is generated automatically by a
\ccc{PERL} script
@ -342,6 +348,6 @@ The low level template predicates of {\cgal} are in files named
to produce the files \ccc{CGAL/Arithmetic_filter/predicates_on_ftC2.h}
(resp. ftC3).
For the moment, only the cartesian predicates are supported.
For the moment, only the cartesian predicates of the kernel are supported.
\end{ccClass}