https://github.com/halide/Halide
Raw File
Tip revision: f7b1f82ea453b422070253dd80c2ee91b0938691 authored by Jing Pu on 27 August 2018, 20:50:51 UTC
Conditionally run associativity prover in .reorder.
Tip revision: f7b1f82
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