https://github.com/halide/Halide
Raw File
Tip revision: a0518f338c6c26b2464fa6d19d8707b567e4dded authored by Steven Johnson on 31 October 2022, 20:08:04 UTC
Merge branch 'main' into srj/pyapps
Tip revision: a0518f3
alignment_128.cpp
#include "runtime_internal.h"

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