]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
add ARM platform
authorKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Thu, 3 Dec 2020 17:27:58 +0000 (19:27 +0200)
committerKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Thu, 3 Dec 2020 17:27:58 +0000 (19:27 +0200)
src/database.h

index 5715ed677d6ed2a656ada11f91603529795ed657..7789b9ab1263273db3754b692d79d0bb153f7a40 100644 (file)
@@ -51,6 +51,7 @@ extern "C"
 // CPU type is the low 6 bits (we can't need more than 64, surely!)
 
 #define HS_PLATFORM_INTEL           1
+#define HS_PLATFORM_ARM             2
 #define HS_PLATFORM_CPU_MASK        0x3F
 
 #define HS_PLATFORM_NOAVX2          (4<<13)