https://github.com/halide/Halide
Raw File
Tip revision: af8d667ad702f84c6433d36a7ed68c5222199107 authored by Aelphy on 06 February 2024, 19:16:31 UTC
[xtensa] Added int32<->float vector reinterprets
Tip revision: af8d667
alignment_64.cpp
#include "runtime_internal.h"

extern "C" {

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