Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

  • This is a simple matrix transpose
  • Use the ARM neon SIMD instrinsics & prefetch
  • Understand the impact of software prefetch

Build

  • $ make

Result

./main_arm_pre
neon_pre:     969119 us

./main_arm
neon:        1672894 us

License

NCTU_embedded_prefetch is freely redistributable under the two-clause BSD License. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.

About

Simple matrix transpose with prefetch on ARM

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages