We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7000f21 commit a171ec1Copy full SHA for a171ec1
Makefile
@@ -781,9 +781,9 @@ HEADER_FILES = \
781
Var.h \
782
VectorizeLoops.h \
783
WasmExecutor.h \
784
- WrapCalls.h
+ WrapCalls.h \
785
runtime/HalideBuffer.h \
786
- runtime/HalideRuntime.h \
+ runtime/HalideRuntime.h
787
788
OBJECTS = $(SOURCE_FILES:%.cpp=$(BUILD_DIR)/%.o)
789
HEADERS = $(HEADER_FILES:%.h=$(SRC_DIR)/%.h)
@@ -885,7 +885,7 @@ RUNTIME_CPP_COMPONENTS = \
885
windows_yield \
886
write_debug_image \
887
vulkan \
888
- x86_cpu_features \
+ x86_cpu_features
889
890
RUNTIME_LL_COMPONENTS = \
891
aarch64 \
0 commit comments