Skip to content
Snippets Groups Projects
Commit 32525ab4 authored by Martin Larralde's avatar Martin Larralde
Browse files

Fix name of headers included in `sequtils.h`

parent db264304
No related branches found
No related tags found
No related merge requests found
......@@ -2,16 +2,16 @@
#define __SEQUTILS_H
#ifdef __X86__
#include "cpu_features_x86.h"
#include "cpuinfo_x86.h"
#endif
#ifdef __X86_64__
#include "cpu_features_x86.h"
#include "cpuinfo_x86.h"
#endif
#ifdef __arm__
#include "cpu_features_arm.h"
#include "cpuinfo_arm.h"
#endif
#ifdef __aarch64__
#include "cpu_features_aarch64.h"
#include "cpuinfo_aarch64.h"
#endif
#ifdef __cplusplus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment