You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: