petermouse / prefetcher

Evaluate the effects of prefetchin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:Shell 62.5%Language:C 36.1%Language:Makefile 1.3%