https://github.com/halide/Halide
Raw File
Tip revision: c596c79ec41ffc48058452eafce22da10c9870f7 authored by Aelphy on 21 September 2023, 14:15:06 UTC
Removed dead function
Tip revision: c596c79
alignment_128.cpp
#include "runtime_internal.h"

extern "C" {

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