From: Konstantinos Margaritis Date: Thu, 3 Dec 2020 17:27:58 +0000 (+0200) Subject: add ARM platform X-Git-Tag: v5.3.1^2^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c38722a68b07436a14f9daa8ba8b50548ff3c9f0;p=thirdparty%2Fvectorscan.git add ARM platform --- diff --git a/src/database.h b/src/database.h index 5715ed67..7789b9ab 100644 --- a/src/database.h +++ b/src/database.h @@ -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)