https://github.com/halide/Halide
Raw File
Tip revision: 07821c6fd2306aa48338915812c74a5df8074dca authored by Ahmed Taei on 17 January 2019, 00:27:41 UTC
Print llvm -time-passes statstics when JIT or AOT compile an LLVM module
Tip revision: 07821c6
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