diff doc/manual/manual_cc.tex @ 490:17287342e273

manual: - removed all API description and referred to manual instead, to avoid outdated and/or duplicated doc - cleanups and clarificaions
author Tassilo Philipp
date Sun, 20 Mar 2022 14:26:55 +0100
parents b47168dacba6
children 0909837648d2
line wrap: on
line diff
--- a/doc/manual/manual_cc.tex	Fri Mar 18 12:36:49 2022 +0100
+++ b/doc/manual/manual_cc.tex	Sun Mar 20 14:26:55 2022 +0100
@@ -17,11 +17,7 @@
 %
 %//////////////////////////////////////////////////////////////////////////////
 
-\clearpage
-
-% ==================================================
-% Calling Conventions
-% ==================================================
+\newpage
 
 \section{Calling Conventions}
 
@@ -30,10 +26,10 @@
 It is important to understand that this section isn't a general
 purpose description of the present calling conventions.
 It merely explains the calling conventions \textbf{for the parameter/return types
-supported by \dc}, not for aggregates (structures, unions and classes), SIMD
-data types (\_\_m64, \_\_m128, \_\_m128i, \_\_m128d), etc.\\
-We strongly advise the reader not to use this document as a general purpose
-calling convention reference.
+supported by \dc} (not for e.g. unsupported types like SIMD data types
+(\_\_m64, \_\_m128, \_\_m128i, \_\_m128d), etc.).\\ We strongly advise the
+reader not to use this document as a general purpose calling convention
+reference.
 
 \input{callconvs/callconv_x86}\clearpage
 \input{callconvs/callconv_x64}\clearpage