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

Double-word alignment of inputs #124

Open
larry-xmos opened this issue Oct 1, 2018 · 3 comments
Open

Double-word alignment of inputs #124

larry-xmos opened this issue Oct 1, 2018 · 3 comments

Comments

@larry-xmos
Copy link
Contributor

The library could do with a way of enforcing double word aligned inputs where double-word instructions such as LDD are used in implementation (eg dsp_filters_biquads)

The problem is that you might write your code one way, say with data on stack, and only then find run into alignment issues, and have to change to another way such as global variables

Could it use a 64bit data type? Or maybe there is a attribute/pragma for it?

@henkmuller
Copy link
Collaborator

henkmuller commented Oct 1, 2018 via email

@larry-xmos
Copy link
Contributor Author

larry-xmos commented Jun 29, 2020

Close old issue – this either hasn't caused enough grief during the almost 2 years or has already been done

@xross
Copy link
Contributor

xross commented Dec 20, 2023

This is still an issue, see https://www.xcore.com/viewtopic.php?f=47&t=4669&p=40523#p40523

@xross xross reopened this Dec 20, 2023
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

No branches or pull requests

3 participants