Files
cpp-project-template/third_party/zlib-ng/test/test_cpu_features.h

13 lines
187 B
C
Raw Normal View History

2025-08-25 15:24:22 +08:00
#ifndef TEST_CPU_FEATURES_H
#define TEST_CPU_FEATURES_H
#ifndef DISABLE_RUNTIME_CPU_DETECTION
# include "cpu_features.h"
extern struct cpu_features test_cpu_features;
#endif
#endif