https://github.com/halide/Halide
Raw File
Tip revision: 74717fffe8b3a046df2e58eccde72f624d11bf43 authored by Steven Johnson on 02 January 2024, 18:58:46 UTC
Merge branch 'main' into vksnk/skip-semaphores
Tip revision: 74717ff
alignment_128.cpp
#include "runtime_internal.h"

extern "C" {

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