summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2005-05-06 23:16:59 +0000
committerDavid Schleef <ds@schleef.org>2005-05-06 23:16:59 +0000
commit780ba4be951d4a1d075dde750900fca414d78bfe (patch)
treebb7f06c29d45b687afec7f227d58ad85899cc6ed /doc
parentabe0870feae5d00ae27ee7b671eff5962f59110a (diff)
downloadliboil-780ba4be951d4a1d075dde750900fca414d78bfe.tar.gz
* doc/xml/liboilfunction.xml: update
* examples/report.c: (oil_print_class): print whether fastest implementation is due to alternate optimization flags * liboil/copy/splat_ref.c: (splat_u8_ns_ref), (splat_u32_ns_ref), (splat_u32_ns_unroll2), (splat_u8_ns_memset), (splat_u8_ns_int): Add new splat classes * liboil/copy/trans8x8_c.c: make static * liboil/copy/trans8x8_i386.c: make functions static * liboil/utf8/utf8_fast.c: make functions static * liboil/liboilcpu.c: (oil_cpu_i386_getflags_cpuid), (oil_cpu_fault_check_enable), (oil_cpu_fault_check_disable): fix up signal() fallback. Allow nested calls to check_enable(). * liboil/liboilfunction.c: (oil_optimize_all): wrap in fault check
Diffstat (limited to 'doc')
-rw-r--r--doc/xml/liboilfunction.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/xml/liboilfunction.xml b/doc/xml/liboilfunction.xml
index 7a7b026..96aa676 100644
--- a/doc/xml/liboilfunction.xml
+++ b/doc/xml/liboilfunction.xml
@@ -544,12 +544,12 @@ not changed.</para>
<link linkend="OilFunctionImpl">OilFunctionImpl</link> *impl);</programlisting>
<para>
Adds <parameter>impl</parameter> to the list of implementations associated with
-the function class given by <parameter>klass</parameter>.</para>
+the function class given by <parameter>klass_name</parameter>.</para>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>klass_name</parameter>&nbsp;:</term>
-<listitem><simpara>
+<listitem><simpara> the name of the class
</simpara></listitem></varlistentry>
<varlistentry><term><parameter>impl</parameter>&nbsp;:</term>
<listitem><simpara> an implementation