From 294bd621e5740e3e01c49059177c52642534464b Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Sat, 27 Mar 2021 03:09:22 +0100 Subject: [PATCH] add pvipr spec content & data Signed-off-by: Toshaan Bharvani --- ...ower-vector-intrinsic-programming-reference.md | 15 +++++++++++++++ ...er-vector-intrinsic-programming-reference.yaml | 4 ++++ 2 files changed, 19 insertions(+) create mode 100644 content/specifications/power-vector-intrinsic-programming-reference.md create mode 100644 data/specifications/power-vector-intrinsic-programming-reference.yaml diff --git a/content/specifications/power-vector-intrinsic-programming-reference.md b/content/specifications/power-vector-intrinsic-programming-reference.md new file mode 100644 index 0000000..c295940 --- /dev/null +++ b/content/specifications/power-vector-intrinsic-programming-reference.md @@ -0,0 +1,15 @@ +--- +title: "Power Vector Intrinsics Programming Reference Specification" +tags: + - pvipr +date: 2021-03-24 +draft: false +--- + +The purpose of this document is to provide a guide for vector programming on OpenPOWER systems, +with an emphasis on examples of best practices. +It further provides a reference for intrinsics provided by compliant compilers on OpenPOWER systems. + +This document is a Standard Track, Work Group Specification work product owned by the System Software Workgroup +and handled in compliance with the requirements outlined in the OpenPOWER Foundation Work Group (WG) Process document. +It was created using the Master Template Guide version 1.0.0. Comments, questions, etc. can be submitted to the public forun for this document. diff --git a/data/specifications/power-vector-intrinsic-programming-reference.yaml b/data/specifications/power-vector-intrinsic-programming-reference.yaml new file mode 100644 index 0000000..e3a2c25 --- /dev/null +++ b/data/specifications/power-vector-intrinsic-programming-reference.yaml @@ -0,0 +1,4 @@ +versions: + - number: 1.0.0 + date: 2020-08-11 + description: Initial document