Skip to content

PPC64/load_vec_cmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

load_vec_cmp

This project aims to compare performance between lvx and lxvd2x. Two scenarios are used to make this analysis: aligned array and unaligned array.

In order to run the analysis locally, clone this repository and run:

make perf

To run on a dedicated cpu and have a more reliable result, use the following command:

taskset -ac 0 make perf

As an example, see the image below generated locally using the command above.

Compare Results

As it can be seen, lxvd2x on a unaligned array is the worst scenario.

Releases

No releases published

Packages

No packages published