Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complex number operations #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

mazimkhan
Copy link
Member

@mazimkhan mazimkhan commented Nov 18, 2024

Introduces basic complex arithmetic for float and integer types. Some masked operations for complex numbers are also included.

A single complex value is formed of a real part which is stored in an even lane, and the imaginary part which is stored in the following odd lane.

All complex operations are written for arm_sve-inl.h and generic_ops-inl.h and a new set of tests is introduced for all the new complex operations.

@mazimkhan mazimkhan changed the title Cc up complex arithmetic Complex number operations Nov 18, 2024
@mazimkhan mazimkhan force-pushed the master branch 2 times, most recently from 4eb5a84 to d77be29 Compare November 18, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant