https://github.com/halide/Halide
Raw File
Tip revision: 1d073daa65c05e2ba46e3d52f741b61f2c0163b7 authored by Steven Johnson on 07 February 2024, 18:52:08 UTC
Fix clang-tidy error in runtime.printer.h (parameter shadows member)
Tip revision: 1d073da
alignment_128.cpp
#include "runtime_internal.h"

extern "C" {

WEAK_INLINE int halide_internal_malloc_alignment() {
    return 128;
}
}  // extern "C"
back to top