Skip to content

petermouse/prefetcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

Evaluate the effects of prefetching. Reference matrix transpose results on Intel Core(TM) i5-3320M CPU @ 2.60GHz:

sse prefetch:     55554 us
sse:             113594 us
naive:           222115 us

Coding Style

You can use AStyle source code indenter to help you auto format your source code. It will for sure not correct all your coding styles but for sure will eliminate most of them.

To format your file you can execute below command:

astyle --style=kr --indent=spaces=4 --indent-switches --suffix=none *.[ch]

About

Evaluate the effects of prefetchin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 62.6%
  • C 36.1%
  • Makefile 1.3%