https://github.com/halide/Halide
Raw File
Tip revision: a5b397fd91effc66b050c343dc58251300521dcc authored by Andrew Adams on 28 January 2019, 19:21:50 UTC
Merge pull request #3623 from halide/avx_paddusw_fix
Tip revision: a5b397f
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