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.
25 lines
907 B
Markdown
25 lines
907 B
Markdown
---
|
|
title: Vector Intrinsics Porting Guide
|
|
aliases:
|
|
- "/wp-content/uploads/resources/Vector-Intrinsics/content/sec_gcc_vector_extensions.html"
|
|
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>.
|