https://github.com/halide/Halide
Raw File
Tip revision: 94d7f0168da34fbfd15a63e5baa56b1649f23956 authored by Andrew Adams on 02 July 2021, 17:23:21 UTC
Don't reinterpret cast when codegenning vector concat
Tip revision: 94d7f01
alignment_64.cpp
#include "runtime_internal.h"

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