https://github.com/halide/Halide
Raw File
Tip revision: 501af6689e11cfe46631608a6ddd14a110bcbfdb authored by Steven Johnson on 07 August 2023, 16:14:50 UTC
Merge branch 'main' into srj/globals
Tip revision: 501af66
alignment_128.cpp
#include "runtime_internal.h"

extern "C" {

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