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

compilation on beaglebone black #5

Open
cslondon opened this issue Nov 8, 2017 · 0 comments
Open

compilation on beaglebone black #5

cslondon opened this issue Nov 8, 2017 · 0 comments

Comments

@cslondon
Copy link

cslondon commented Nov 8, 2017

Got it compiled and running on beaglebone black, had to adjust the Makefile.arm because of older architecture:
orig:
CXXFLAGS=-O3 $(PROFILING) -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -ftree-vectorize -ffast-math
ammended mfpu Option:
CXXFLAGS=-O3 $(PROFILING) -mfpu=neon -mfloat-abi=hard -ftree-vectorize -ffast-math \

Sorry, no issue, just feedback, didn't find a community section for discussion and feedback.

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

1 participant