Create workgroup draft with annotations of necessary changes.

Signed-off-by:  Bill Schmidt <wschmidt@linux.ibm.com>
pull/69/head
Bill Schmidt 4 years ago
parent a20ef9da2b
commit dece59320c

@ -54,7 +54,7 @@
<holder>OpenPOWER Foundation</holder> <holder>OpenPOWER Foundation</holder>
</copyright> </copyright>
<!-- TODO: Set the correct document releaseinfo --> <!-- TODO: Set the correct document releaseinfo -->
<releaseinfo>Revision 1.0.0</releaseinfo> <releaseinfo>Revision 2.0.0</releaseinfo>
<productname>OpenPOWER</productname> <productname>OpenPOWER</productname>
<pubdate/> <pubdate/>


@ -87,6 +87,16 @@


<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>
<date>2020-10-05</date>
<revdescription>
<itemizedlist spacing="compact">
<listitem>
<para>Version 2.0_pre pre-review draft</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision> <revision>
<date>2020-08-11</date> <date>2020-08-11</date>
<revdescription> <revdescription>

@ -787,6 +787,10 @@ a[3] = c;</programlisting>
thus are not "endian-sensitive." A complete list of thus are not "endian-sensitive." A complete list of
endian-sensitive built-in functions can be found in <xref endian-sensitive built-in functions can be found in <xref
linkend="VIPR.biendian.sensitive" />. linkend="VIPR.biendian.sensitive" />.
</para>
<para revisionflag="added">
Be sure to update this table for any new endian-sensitive
built-ins added for P10.
</para> </para>
<table frame="all" pgwide="1" xml:id="VIPR.biendian.sensitive"> <table frame="all" pgwide="1" xml:id="VIPR.biendian.sensitive">
<title>Endian-Sensitive Built-In Functions</title> <title>Endian-Sensitive Built-In Functions</title>

@ -97,6 +97,10 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="section_intro">
the Power SIMD (single-instruction, multiple-data) the Power SIMD (single-instruction, multiple-data)
instructions. instructions.
</para> </para>
<para revisionflag="added">
Write an introductory paragraph about the MMA facility and the
ACC registers.
</para>
<section> <section>
<title>Little-Endian Linux</title> <title>Little-Endian Linux</title>
<para> <para>
@ -260,6 +264,9 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="section_intro">
<link xlink:href="https://openpowerfoundation.org/?resource_lib=power-isa-version-3-0">https://openpowerfoundation.org/?resource_lib=power-isa-version-3-0 <link xlink:href="https://openpowerfoundation.org/?resource_lib=power-isa-version-3-0">https://openpowerfoundation.org/?resource_lib=power-isa-version-3-0
</link> </link>
</emphasis> </emphasis>
<phrase revisionflag="added">
Need to update this to Version 3.1B, which is not yet published.
</phrase>
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
@ -282,6 +289,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="section_intro">
</emphasis> </emphasis>
</para> </para>
</listitem> </listitem>
<listitem revisionflag="added">
<para>
<emphasis>POWER10 Processor User's Manual.</emphasis>
<emphasis>
<link
xlink:href="https://ibm.ent.box.com/s/tmklq90ze7aj8f4n32er1mu3sy9u8k3k">Not
yet available, link is to P9 user's manual
</link>
</emphasis>
</para>
</listitem>
<listitem> <listitem>
<para> <para>
<emphasis>Power Vector Library.</emphasis> <emphasis>Power Vector Library.</emphasis>

@ -130,6 +130,13 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="VIPR.vec-ref">
instructions, which may be preferred for portability. instructions, which may be preferred for portability.
</para> </para>
</listitem> </listitem>
<listitem revisionflag="added">
<para>
<emphasis role="bold">ISA 3.1 or later</emphasis>. This form
is only available starting with PowerISA 3.1, corresponding to
POWER10 servers.
</para>
</listitem>
<listitem> <listitem>
<para> <para>
<emphasis role="bold">Deprecated</emphasis>. This form of <emphasis role="bold">Deprecated</emphasis>. This form of

@ -92,9 +92,9 @@ work group and should not be shared with
other Foundation members or the public other Foundation members or the public


The appropriate starting security for a new document is "workgroupConfidential". --> The appropriate starting security for a new document is "workgroupConfidential". -->
<!-- security>workgroupConfidential</security --> <security>workgroupConfidential</security>
<!-- security>foundationConfidential</security --> <!-- security>foundationConfidential</security -->
<security>public</security> <!-- security>public</security -->


<!-- TODO: Set the appropriate work flow status for the document. For documents <!-- TODO: Set the appropriate work flow status for the document. For documents
which are not "published" this will affect the document title page which are not "published" this will affect the document title page
@ -109,9 +109,9 @@ not yet been reviewed
review = this document is presently being reviewed review = this document is presently being reviewed


The appropriate starting security for a new document is "draft". --> The appropriate starting security for a new document is "draft". -->
<!-- documentStatus>draft</documentStatus --> <documentStatus>draft</documentStatus>
<!-- documentStatus>review</documentStatus --> <!-- documentStatus>review</documentStatus -->
<documentStatus>published</documentStatus> <!-- documentStatus>published</documentStatus -->
</configuration> </configuration>
</execution> </execution>
</executions> </executions>

Loading…
Cancel
Save