https://github.com/halide/Halide
Revision 5137369b9f93f547963a35aba7758cf12668ea3c authored by Steven Johnson on 17 November 2020, 18:38:06 UTC, committed by GitHub on 17 November 2020, 18:38:06 UTC
* Update Android NDK support in apps/

The Makefile help for apps/ assumed a fairly old version of the Android NDK (~2017). This updates to assume r19 or later:
- No need to do `make-standalone-toolchain` anymore
- Clang instead of GCC
- assume static linking of libc++ is the right default

I am limited in my ability to test on-device here (I don't have a device that will let me test HVX easily). apps/blur works fine onmy P2XL after this change, though.

Also, drive-by fix to apps/simd_op_check to remove hvx_64 references.
1 parent c0ca4ff
History
Tip revision: 5137369b9f93f547963a35aba7758cf12668ea3c authored by Steven Johnson on 17 November 2020, 18:38:06 UTC
Update Android NDK support in apps/ (#5454)
Tip revision: 5137369
File Mode Size
.github
apps
cmake
dependencies
doc
packaging
python_bindings
src
test
tools
tutorial
util
.clang-format -rw-r--r-- 1.5 KB
.clang-format-ignore -rw-r--r-- 265 bytes
.clang-tidy -rw-r--r-- 1.8 KB
.gitattributes -rw-r--r-- 342 bytes
.gitignore -rw-r--r-- 1.1 KB
.gitmodules -rw-r--r-- 0 bytes
CMakeLists.txt -rw-r--r-- 4.5 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.5 KB
LICENSE.txt -rw-r--r-- 3.2 KB
Makefile -rw-r--r-- 94.7 KB
README.md -rw-r--r-- 20.6 KB
README_cmake.md -rw-r--r-- 66.7 KB
README_rungen.md -rw-r--r-- 12.1 KB
README_webassembly.md -rw-r--r-- 7.5 KB
run-clang-format.sh -rwxr-xr-x 1.1 KB
run-clang-tidy.sh -rwxr-xr-x 2.8 KB

README.md

back to top