blob: 9ec3191b72ee670f54f731487c5de5113dd94a14 [file] [log] [blame]
mode = .fp16
extra_cflags = -march=armv8.2a+fp16
include build/android
# The Clang in NDK ≤r17 is not new enough to support -march=armv8.2a+fp16 in any interesting way,
# so we use your generic `clang` instead, which is hopefully newer.
cc = clang -target $target
cxx = clang++ -target $target