Changeset ed2bf54
- Timestamp:
- Feb 14, 2018, 10:05:57 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- f3543b0
- Parents:
- 2dcb750
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/papers/general/Paper.tex
r2dcb750 red2bf54 1818 1818 \CFA has replacement libraries condensing hundreds of existing C routines into tens of \CFA overloaded routines, all without rewriting the actual computations. 1819 1819 In many cases, the interface is an inline wrapper providing overloading during compilation but zero cost at runtime. 1820 The following sections give a gl eamsof the interface reduction to many C libraries.1820 The following sections give a glimpse of the interface reduction to many C libraries. 1821 1821 In many cases, @signed@/@unsigned@ @char@ and @short@ routines are available (but not shown) to ensure expression computations remain in a single type, as conversions can distort results. 1822 1822 … … 1925 1925 unsigned int `abs`( int ); 1926 1926 double `abs`( double ); 1927 double cabs( double _Complex );1927 double abs( double _Complex ); 1928 1928 \end{cfa} 1929 1929 & … … 2238 2238 2239 2239 \begin{table} 2240 \centering 2240 2241 \caption{Properties of benchmark code} 2241 2242 \label{tab:eval}
Note: See TracChangeset
for help on using the changeset viewer.