Skip to content

martinafogliato/Arm-NEON-AArch64-Complex-multiplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

algorithm.c contains the code to perform complex multiplication between two vectors of complex numbers using Arm NEON SIMD. Each array stores the complex numbers as real part followed by imaginary part. The algorithm takes as input two int16x8_t with interleaved real and imaginary part and repeats twice the following scheme:

img1

img2

About

Algorithm for multiplying complex numbers using Arm NEON . Used in openairinterface project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages