mirror of
https://github.com/GerbilSoft/zlib-ng.git
synced 2025-06-18 11:35:35 -04:00
13 lines
187 B
C
13 lines
187 B
C
#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
|