Skip to content

Commit

Permalink
Added HARD floating point unit.
Browse files Browse the repository at this point in the history
  • Loading branch information
ergü committed Feb 7, 2018
1 parent b66fab7 commit 79cb2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.py
Expand Up @@ -612,7 +612,7 @@ def getLlvmFlags(llvm_config_flags, llvm_dir):
BASE_M_FLAGS = "-mlong-calls -mthumb-interwork "
print("ARCH : %s" % arm_arch)
if arm_arch == "armv7-a" or arm_arch == None:
BASE_CXX_FLAGS = "%s -march=armv7-a -mtune=cortex-a8 -mfloat-abi=softfp -fno-section-anchors -D__ARM_ARCH__=7 " \
BASE_CXX_FLAGS = "%s -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=hard -fno-section-anchors -D__ARM_ARCH__=7 " \
"-DARMV6_ASSEMBLY " % BASE_M_FLAGS
APP_CXXFLAGS += BASE_CXX_FLAGS

Expand Down

0 comments on commit 79cb2dc

Please sign in to comment.