https://github.com/halide/Halide
Raw File
Tip revision: 00060bc061383bcd54d5367afa989b352db6eb55 authored by Andrew Adams on 20 May 2021, 19:11:24 UTC
Don't emit aligned loads to unaligned addresses (#6047)
Tip revision: 00060bc
alignment_64.cpp
#include "runtime_internal.h"

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