Skip to content

Parisaa/Multimixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multimixer

Code for Multimixer-128

To run the code complete the following,

Compile C files with: gcc -g *.c -c

Compile Assembly code with:

for NH assembly code: gcc -mfpu=neon -c Nh.s -o Nh.o

for Multimixer128 assembly code: gcc -mfpu=neon -c Multimixer128.s -o Multimixer128.o

Link them together with: gcc -g -o output *.o

Run it by: ./output

About

Code for Multimixers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published