mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
add ARM platform
This commit is contained in:
parent
38477b08bc
commit
c38722a68b
@ -51,6 +51,7 @@ extern "C"
|
|||||||
// CPU type is the low 6 bits (we can't need more than 64, surely!)
|
// CPU type is the low 6 bits (we can't need more than 64, surely!)
|
||||||
|
|
||||||
#define HS_PLATFORM_INTEL 1
|
#define HS_PLATFORM_INTEL 1
|
||||||
|
#define HS_PLATFORM_ARM 2
|
||||||
#define HS_PLATFORM_CPU_MASK 0x3F
|
#define HS_PLATFORM_CPU_MASK 0x3F
|
||||||
|
|
||||||
#define HS_PLATFORM_NOAVX2 (4<<13)
|
#define HS_PLATFORM_NOAVX2 (4<<13)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user