Skip to content

Commit

Permalink
math/kfr: Attempt to fix on armv6
Browse files Browse the repository at this point in the history
Reported by:	fallout
  • Loading branch information
yurivict committed Jul 29, 2022
1 parent e816439 commit 95acd7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion math/kfr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ GH_ACCOUNT= kfrlib

CMAKE_ON= BUILD_SHARED_LIBS

CXXFLAGS_armv6= -march=native # to fix: ARM builds require NEON support. Add -march=native for native build or skip the check with CMT_FORCE_GENERIC_CPU=1
#CXXFLAGS_armv6= -march=native # to fix: ARM builds require NEON support. Add -march=native for native build or skip the check with CMT_FORCE_GENERIC_CPU=1
CMAKE_ARGS_armv6= -DCMT_FORCE_GENERIC_CPU=1 # to fix: ARM builds require NEON support. Add -march=native for native build or skip the check with CMT_FORCE_GENERIC_CPU=1

do-test: # some tests fail: https://github.com/kfrlib/kfr/issues/132
@cd ${BUILD_WRKSRC} && \
Expand Down

0 comments on commit 95acd7e

Please sign in to comment.