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>
</copyright>
<!-- TODO: Set the correct document releaseinfo -->
<releaseinfo>Revision 1.0.0</releaseinfo>
<releaseinfo>Revision 2.0.0</releaseinfo>
<productname>OpenPOWER</productname>
<pubdate/>

@ -87,6 +87,16 @@

<revhistory>
<!-- 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>
<date>2020-08-11</date>
<revdescription>

@ -787,6 +787,10 @@ a[3] = c;</programlisting>
thus are not "endian-sensitive." A complete list of
endian-sensitive built-in functions can be found in <xref
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>
<table frame="all" pgwide="1" xml:id="VIPR.biendian.sensitive">
<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)
instructions.
</para>
<para revisionflag="added">
Write an introductory paragraph about the MMA facility and the
ACC registers.
</para>
<section>
<title>Little-Endian Linux</title>
<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>
</emphasis>
<phrase revisionflag="added">
Need to update this to Version 3.1B, which is not yet published.
</phrase>
</para>
</listitem>
<listitem>
@ -282,6 +289,17 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="section_intro">
</emphasis>
</para>
</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>
<para>
<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.
</para>
</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>
<para>
<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

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

<!-- TODO: Set the appropriate work flow status for the document. For documents
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

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

Loading…
Cancel
Save