Large chunk of progress; completed Appendix A, deprecated some

interfaces in vec_revb, etc.

Signed-off-by: Bill Schmidt <wschmidt@linux.ibm.com>
pull/69/head
Bill Schmidt 5 years ago
parent ec47543988
commit 71180f5d04

@ -32,7 +32,7 @@
xml:id="bk_main"> xml:id="bk_main">


<!-- TODO: Pick a Title for the new document --> <!-- TODO: Pick a Title for the new document -->
<title>Intrinsic Function Programming Reference</title> <title>Vector Intrinsic Programming Reference</title>
<!-- TODO: Either add a subtitle or remove the following line --> <!-- TODO: Either add a subtitle or remove the following line -->
<!-- subtitle></subtitle --> <!-- subtitle></subtitle -->


@ -50,11 +50,11 @@
</author> </author>
<copyright> <copyright>
<!-- TODO: Set copyright year --> <!-- TODO: Set copyright year -->
<year>2017</year> <year>2018</year>
<holder>OpenPOWER Foundation</holder> <holder>OpenPOWER Foundation</holder>
</copyright> </copyright>
<!-- TODO: Set the correct document releaseinfo --> <!-- TODO: Set the correct document releaseinfo -->
<releaseinfo>Revision 0.8.0</releaseinfo> <releaseinfo>Revision 0.9.0</releaseinfo>
<productname>OpenPOWER</productname> <productname>OpenPOWER</productname>
<pubdate/> <pubdate/>


@ -88,14 +88,26 @@
<revhistory> <revhistory>
<!-- TODO: Set the initial version information and clear any old information out --> <!-- TODO: Set the initial version information and clear any old information out -->
<revision> <revision>
<date>2017-09-25</date> <date>2018-12-30</date>
<revdescription> <revdescription>
<itemizedlist spacing="compact"> <itemizedlist spacing="compact">
<listitem> <listitem>
<para>Version 0.8: Initial publication to private GitHub project.</para> <para>Version 0.9: Completed initial transfer of appendix
</listitem> information from ELFv2 ABI.</para>
</itemizedlist> </listitem>
</revdescription> </itemizedlist>
</revdescription>
</revision>
<revision>
<date>2017-09-25</date>
<revdescription>
<itemizedlist spacing="compact">
<listitem>
<para>Version 0.8: Initial publication to private GitHub
project.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision> </revision>
</revhistory> </revhistory>
</info> </info>
@ -109,13 +121,14 @@
<!-- WJS: The ch_outline.xml file is temporary while I work out the rest --> <!-- WJS: The ch_outline.xml file is temporary while I work out the rest -->
<xi:include href="ch_outline.xml"/> <xi:include href="ch_outline.xml"/>
<xi:include href="ch_vec_reference.xml"/> <xi:include href="ch_vec_reference.xml"/>
<xi:include href="ch_scal_reference.xml"/> <!-- xi:include href="ch_scal_reference.xml"/ -->
<xi:include href="ch_isa_intrin_xref.xml"/> <xi:include href="ch_isa_intrin_xref.xml"/>
<xi:include href="app_a.xml"/>


<!-- The app_foundation.xml appendix file is required by all documents. --> <!-- The app_foundation.xml appendix file is required by all documents. -->
<xi:include href="../../Docs-Master/common/app_foundation.xml"/> <xi:include href="../../Docs-Master/common/app_foundation.xml"/>


<!-- TODO: The following template document may be modified to create additional appendices as needed. --> <!-- TODO: The following template document may be modified to create additional appendices as needed. -->
<xi:include href="app_template.xml"/> <!-- xi:include href="app_template.xml"/ -->


</book> </book>

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save