|
|
|
@ -32,7 +32,7 @@
@@ -32,7 +32,7 @@
|
|
|
|
|
xml:id="bk_main"> |
|
|
|
|
|
|
|
|
|
<!-- 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 --> |
|
|
|
|
<!-- subtitle></subtitle --> |
|
|
|
|
|
|
|
|
@ -50,11 +50,11 @@
@@ -50,11 +50,11 @@
|
|
|
|
|
</author> |
|
|
|
|
<copyright> |
|
|
|
|
<!-- TODO: Set copyright year --> |
|
|
|
|
<year>2017</year> |
|
|
|
|
<year>2018</year> |
|
|
|
|
<holder>OpenPOWER Foundation</holder> |
|
|
|
|
</copyright> |
|
|
|
|
<!-- TODO: Set the correct document releaseinfo --> |
|
|
|
|
<releaseinfo>Revision 0.8.0</releaseinfo> |
|
|
|
|
<releaseinfo>Revision 0.9.0</releaseinfo> |
|
|
|
|
<productname>OpenPOWER</productname> |
|
|
|
|
<pubdate/> |
|
|
|
|
|
|
|
|
@ -88,14 +88,26 @@
@@ -88,14 +88,26 @@
|
|
|
|
|
<revhistory> |
|
|
|
|
<!-- TODO: Set the initial version information and clear any old information out --> |
|
|
|
|
<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> |
|
|
|
|
<date>2018-12-30</date> |
|
|
|
|
<revdescription> |
|
|
|
|
<itemizedlist spacing="compact"> |
|
|
|
|
<listitem> |
|
|
|
|
<para>Version 0.9: Completed initial transfer of appendix |
|
|
|
|
information from ELFv2 ABI.</para> |
|
|
|
|
</listitem> |
|
|
|
|
</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> |
|
|
|
|
</revhistory> |
|
|
|
|
</info> |
|
|
|
@ -109,13 +121,14 @@
@@ -109,13 +121,14 @@
|
|
|
|
|
<!-- WJS: The ch_outline.xml file is temporary while I work out the rest --> |
|
|
|
|
<xi:include href="ch_outline.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="app_a.xml"/> |
|
|
|
|
|
|
|
|
|
<!-- The app_foundation.xml appendix file is required by all documents. --> |
|
|
|
|
<xi:include href="../../Docs-Master/common/app_foundation.xml"/> |
|
|
|
|
|
|
|
|
|
<!-- 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> |
|
|
|
|