https://github.com/halide/Halide
Raw File
Tip revision: eda8e9f25e957b2c662078946caa3b5fe2118b66 authored by Steven Johnson on 30 May 2019, 18:20:56 UTC
Merge branch 'master' into srj-alloc
Tip revision: eda8e9f
alignment_128.cpp
#include "runtime_internal.h"

namespace Halide {
namespace Runtime {
namespace Internal {

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

}}}
back to top