diff options
| author | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2024-01-03 15:59:40 +0100 |
|---|---|---|
| committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2024-01-19 15:22:34 +0100 |
| commit | 06895bc1b3a3cb01a9ae663fc9db7319989025da (patch) | |
| tree | afbc831210aa4f90c8b7324f4e0f158de11d17cf /cpu_features.h | |
| parent | 4e132cc0ecfba74568989e98f7ceb699e9bfcc3c (diff) | |
| download | Project-Tick-06895bc1b3a3cb01a9ae663fc9db7319989025da.tar.gz Project-Tick-06895bc1b3a3cb01a9ae663fc9db7319989025da.zip | |
Move crc32 C fallbacks to arch/generic
Diffstat (limited to 'cpu_features.h')
| -rw-r--r-- | cpu_features.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu_features.h b/cpu_features.h index 25c6b43914..05ee407bf5 100644 --- a/cpu_features.h +++ b/cpu_features.h @@ -6,7 +6,7 @@ #ifndef CPU_FEATURES_H_ #define CPU_FEATURES_H_ -#include "crc32_fold.h" +#include "crc32.h" #if defined(X86_FEATURES) # include "arch/x86/x86_features.h" |
