1#ifndef HALIDE_CPU_FEATURES_H
2#define HALIDE_CPU_FEATURES_H
This file declares the routines used by Halide internally in its runtime.
@ halide_target_feature_end
A sentinel. Every target is considered to have this feature, and setting this feature does nothing.
WEAK CpuFeatures halide_get_cpu_features()
This file defines the class FunctionDAG, which is our representation of a Halide pipeline,...
@ Internal
Not visible externally, similar to 'static' linkage in C.
unsigned __INT64_TYPE__ uint64_t
ALWAYS_INLINE bool test_available(int i) const
uint64_t available[kWordCount]
ALWAYS_INLINE CpuFeatures()
static const int kWordCount
ALWAYS_INLINE bool test_known(int i) const
ALWAYS_INLINE void set_available(int i)
ALWAYS_INLINE void set_known(int i)
uint64_t known[kWordCount]