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.
23 lines
805 B
Markdown
23 lines
805 B
Markdown
3 years ago
|
---
|
||
|
title: Vector Intrinsics Porting Guide
|
||
|
group: systemsoftware
|
||
|
publicreview: false
|
||
|
tags:
|
||
|
- software
|
||
|
- vectorintrinsics
|
||
|
- vector
|
||
|
- vmx
|
||
|
- vsx
|
||
|
- altivec
|
||
|
- optimization
|
||
|
date: 2018-01-08
|
||
|
draft:
|
||
|
---
|
||
|
|
||
|
The goal of this project is to provide functional equivalents of the Intel MMX, SSE, and AVX intrinsic functions,
|
||
|
that are commonly used in Linux applications, and make them (or equivalents) available for the PowerPC64LE platform.
|
||
|
|
||
|
This document is a Work Group Note 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.
|
||
|
Comments, questions, etc. can be submitted to the public mailing list for this document at <syssw-programming-guides@mailinglist.openpowerfoundation.org>.
|