GitXplorerGitXplorer
d

arm_dot_product

public
1 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
2c30b79bfc1a4ace4f2123ab4a80759762cbba41

Updated README.

ddeardaniel committed 13 years ago
Unverified
43ab617e83259006ebe48e679d5e2b18c5f709fa

Merge branch 'report'

ddeardaniel committed 13 years ago
Unverified
8c43ec80955ddeebe626a327b2d99a25eca98088

Final.

ddeardaniel committed 13 years ago
Unverified
aa36e2c93f6e7bea93bd6c18e98d9dfbbe53c65b

Adjusted results.

ddeardaniel committed 13 years ago
Unverified
09f1ed328e7c8997f168b700707782d3657dc325

Updated results. Adding figures. More writing.

ddeardaniel committed 13 years ago
Unverified
b0343a279436efa3658afa61f92be286a1b32adc

Added results.

ddeardaniel committed 13 years ago

README

The README file for this repository.

Assignment — Implementation of dot product calculation on ARM

This is iOS project to demonstration ARMv6 and ARMv7 (using NEON) assembly programming.

Currently all floating point operations are dependent on NEON and therefore do not compile for ARMv6. However, integer-based calculations work fine.

The code is primarily in ARM/dot_product.s, with main.m providing some benchmarking functionality.

The project is documented in Report/arm_report.tex, which is also available as a pdf download on this GitHub page.