Commit Graph

30 Commits (master)

Author SHA1 Message Date
Bill Schmidt 74b0637d26 Remove revision flags for v1.5 4 years ago
Bill Schmidt b0a825e308 Remove Appendix A and most of Chapter 6.
Fixes #106.

Signed-off-by: Bill Schmidt <wschmidt@linux.ibm.com>
4 years ago
Bill Schmidt 66fe16275a Fix issue #79: Remove unnecessary uses of <phrase>.
Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
6 years ago
Bill Schmidt dfd607dcc1 Remove revisionflags in preparation for document submission.
Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7 years ago
Bill Schmidt 719df7e5db Fix issue #66, Interface marked POWER ISA 3.0 when it isn't.
Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7 years ago
Bill Schmidt 5f414d4ff9 Fix issue #64, Re-title section A.6.
Signed-off-by:  Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7 years ago
Bill Schmidt dee22e6533 Fix github issue #60, VEC_RLNM description requires resolution.
Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7 years ago
Bill Schmidt b62f2aa8fb Fix github issue #61, VEC_BPERM may need endian adjustment.
Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7 years ago
Bill Schmidt f908db83d2 Fix github issue #59, Lower-priority corrections from Ian's review.
Signed-off-by: Bill Schmidt <linux.vnet.ibm.com>
7 years ago
Bill Schmidt 0b238260d2 Fix github issue #58, Miscellaneous corrections from Ian's review.
Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7 years ago
Bill Schmidt 1026ce79a2 Fix issue 56: Descriptions of VEC_SUBE and VEC_SUBEC are wrong.
Signed-off-by:  Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7 years ago
Bill Schmidt ae1372461b Fix issue #14, Wrong result value text for VEC_INSERT4B
Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8 years ago
Bill Schmidt 57f8dd49bf Fix issue #13, VEC_DIV integer interfaces.
Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8 years ago
Bill Schmidt 6516b1aaf8 Fix issue #25, Review usage of hyphens.
Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8 years ago
Bill Schmidt d3131a5ac9 Fix issue #44, Interfaces added for ISA 3.0 should be so designated.
Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8 years ago
Bill Schmidt 5b58660927 Fix issue #53, Error in types for vec_bperm.
Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8 years ago
Bill Schmidt 24444d68cb Fix issue #50, "long long" should be "signed long long" for consistency.
Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8 years ago
Bill Schmidt 3bbb4f3cb3 Fix issue #49, VEC_SLDW and VEC_SLO in Table A-2 have a misformatted footnote.
Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8 years ago
Bill Schmidt 4cbd35dbd3 Fix issue #48, Missing vec_sel interface in Table A-2.
Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8 years ago
Bill Schmidt b3f76ff923 Fix issue #47, Table cell overruns in Table A-2.
Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8 years ago
Bill Schmidt a9df611070 Fix issue #21, Clarify rounding on VEC_UNSIGNED*, VEC_SIGNED*, and VEC_FLOAT* description.
Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8 years ago
Bill Schmidt 1d3c9a2ca9 Fix issue #18, Typo in vec_xst_len result value.
Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8 years ago
Bill Schmidt 65917ae491 Fix issue #15, Miscellaneous errors in vector built-ins.
Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8 years ago
Bill Schmidt 336095abe5 Fix issue #46, Sub-bullets misformatted for VEC_BPERM.
Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8 years ago
Jeff Scheel 3e36696795 Add GNU Free Documentation License text in source.
Signed-off-by: Jeff Scheel <scheel@us.ibm.com>
8 years ago
Jeff Scheel 6e67597494 Correction to eliminate spaces before <superscript> tags.
Signed-off-by: Jeff Scheel <scheel@us.ibm.com>
8 years ago
Jeff Scheel 5eba3e1cb1 Round 2 documentation review updates
Pervasive corrections:
- Miscellaneous formating
- Insert space in () and []
- Correct footnote spacing
- Use <note> tag for notes
- Cleanup spacing around <anchor> tags
- Add a couple missing paragraphs
- Correct list nesting in a couple places
- Correct subsection nesting
- Correct spacing around subscript, superscripts, and emphasis tags
- Bolding of some <emphasis> statements
- Build xref links for manual footnotes in a couple tables and remove explicit numerals.
- Return POWER ISA 3.0 text

Specific updates:
- Update a couple tables on bit/byte positions in chapter 2
- Return figures in place of some tables for the coding examples in
  chapter 2

Signed-off-by: Jeff Scheel <scheel@us.ibm.com>
8 years ago
Jeff Scheel 2cb6450f10 Preliminary documentation review updates
- Cleanup <emphasis> tags to bold, literal, or superscript as needed in all files
- Update pom.xml to latest level for security and document status values

Signed-off-by: Jeff Scheel <scheel@us.ibm.com>
8 years ago
Jeff Scheel dfbbdf4edd Preliminary documentation review updates
- Issue #2: Intel and Itanium trademark notices returned to ch_preface.xml.
- Issue #3: "About this Document" section returned to ch_preface.xml.
- Issue #4: Hyperlinks corrected in ch_1.xml.
- Issue #5: Removed "section" tags to promote Introduction to main chapter
  text in ch_1.xml.
- Issue #7: Corrected Table 2.10 borders in ch_2.xml.
- Issue #10: Manually added spacing prior to all bridehead documentation to
  increase visible groupings in ch_2.xml and other sections.
- Issue #11: Corrected bullet nesting in ch_2.xml.

Additional, non-issue updates throughout document:
- Manual review and update of table sizes, spacing
- Updates to program listings to ensure proper spacing.
- Change bars for POWER9 and erratum work added.

Signed-off-by: Jeff Scheel <scheel@us.ibm.com>
8 years ago
Jeff Scheel 1be88b700e Conversion to Docbook based of version 1.2 of the IBM contributed document,
"Power Architecture: 64-bit ELF V2 ABI Specification".

Signed-off-by: Jeff Scheel <scheel@us.ibm.com>
8 years ago