https://github.com/halide/Halide
Raw File
Tip revision: 4732e14ee6abfe900e0bba34aab39d929c24712e authored by Steven Johnson on 10 May 2019, 00:55:34 UTC
Merge branch 'master' into srj-hvxshift
Tip revision: 4732e14
alignment_64.cpp
#include "runtime_internal.h"

namespace Halide {
namespace Runtime {
namespace Internal {

WEAK __attribute__((always_inline)) int halide_malloc_alignment() {
    return 64;
}

}}}
back to top