forked from website/openpower.foundation
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
907 B
Markdown
24 lines
907 B
Markdown
4 years ago
|
---
|
||
3 years ago
|
title: "Vector Intrinsics Programming Reference Specification"
|
||
|
group: systemsoftware
|
||
|
reviewdraft: false
|
||
|
aliases:
|
||
|
- "powervectorintrinsicsprogrammingreference/"
|
||
|
- "pvipr/"
|
||
4 years ago
|
tags:
|
||
3 years ago
|
- specification
|
||
|
- software
|
||
4 years ago
|
- pvipr
|
||
3 years ago
|
- vectorintrinsics
|
||
4 years ago
|
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.
|
||
3 years ago
|
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.
|