Skip to content

gromero/arraycopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

The comparison script will compile non-optimized -O0 arraycopy() w/ and w/o VSX load/store instruction. After it, perf record will be called against both versions and perf diff will show finally the differences in execution time:

$ ./compare.sh

Options

-DVSX : compile with VSX instruction -DMEMCPY: compile with memcpy() only, no arraycopy() incorporeted. -DCHECK : enable check if destination data is equal to source data. This is not suitable to use when profiling

About

Array copy test w/ and w/o VSX instructions

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages