Skip to content

deardaniel/arm_dot_product

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Assignment — Implemention of dot product calculation on ARM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published