https://github.com/halide/Halide
Raw File
Tip revision: 0abe228fd9f187176c3af0726a1dc663e76242a8 authored by Alex Reinking on 17 February 2021, 06:12:43 UTC
Fix subsetted build issues with arm32/64, hexagon. Fixes #5744. Fixes #5628 (#5745)
Tip revision: 0abe228
.clang-format-ignore
# .clang-format-ignore
./bin
./build
./cmake_build
./cmake_build_static
./cmake_build_shared
./distrib
./doc
./include
./lib
# Our tutorials have special formatting: skip them
./tutorial
# hexagon_remote/bin/src is also special
./src/runtime/hexagon_remote/bin/src
back to top