https://github.com/halide/Halide
Raw File
Tip revision: c7cb4c48d1ec03eebba2f6d94602873566d837da authored by Andrew Adams on 12 March 2024, 19:44:58 UTC
Add support for fcvtm/p, make scalars go through pattern matching too
Tip revision: c7cb4c4
alignment_128.cpp
#include "runtime_internal.h"

extern "C" {

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