https://github.com/halide/Halide
Raw File
Tip revision: 0bd82da9598f7500dd4c932baa2fa32f6074e121 authored by Z Stern on 24 August 2022, 03:38:00 UTC
Remove some helper routines from CodeGen_Internal interface and
Tip revision: 0bd82da
alignment_64.cpp
#include "runtime_internal.h"

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