From 0bede8ab57e66abe57263c591b8d86c652e8e3e4 Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Tue, 11 Feb 2020 15:18:21 -0600 Subject: [PATCH] Add specification conformance section. --- Intrinsics_Reference/bk_main.xml | 16 +++++++++++++--- Intrinsics_Reference/ch_intro.xml | 28 ++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 3 deletions(-) diff --git a/Intrinsics_Reference/bk_main.xml b/Intrinsics_Reference/bk_main.xml index 4a90c80..c08cd33 100644 --- a/Intrinsics_Reference/bk_main.xml +++ b/Intrinsics_Reference/bk_main.xml @@ -1,6 +1,6 @@ - 2017-2019 + 2017-2020 OpenPOWER Foundation - Revision 1.0.0_prd + Revision 1.0.0_prd2 OpenPOWER @@ -87,6 +87,16 @@ + + 2020-02-11 + + + + Version 1.0.0_prd2: Public Review Draft Revision 2 + + + + 2019-11-12 diff --git a/Intrinsics_Reference/ch_intro.xml b/Intrinsics_Reference/ch_intro.xml index fbe1901..51c929e 100644 --- a/Intrinsics_Reference/ch_intro.xml +++ b/Intrinsics_Reference/ch_intro.xml @@ -288,4 +288,32 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="section_intro"> +
+ Conformance to this Specification + + + + Vector programs on OpenPOWER systems should follow the guide + and best practices for vector programming as outlined in + and in . + + + + + Compliant compilers on OpenPOWER systems should provide + suitable support for intrinsic functions, preferably as + built-in vector functions that translate to one or more + Power ISA instructions as described in and in . Compliant compilers targeting a + supported ISA level (2.7 or 3.0, for example) should provide + support for all intrinsic functions valid for that ISA + level, except where an intrinsic function is marked as + phased in, deferred, or deprecated. + + + +
+