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

fix arm neon types problem #85

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

Conversation

salcanmor
Copy link

No description provided.

@bennihoffmann
Copy link

This occurse only if you compile the hole project with sdsoc/++ compiler. It doesnt like neon intrinsics. To avoid that problem, you have to move it to a seperate file and you need to compile that code containing neon intrinsics with the regular arm gcc/g++ compiler separately and link it in manually. This will prevent the source code from being parsed by the sdscc/++ when looking for places to instrument.

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.

2 participants