https://github.com/halide/Halide
Raw File
Tip revision: 429ab73c4263c1ed5b5bd1c44729b66a5ace9db8 authored by Andrew Adams on 29 June 2022, 19:24:09 UTC
Add explanation of signed case
Tip revision: 429ab73
alignment_128.cpp
#include "runtime_internal.h"

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