mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
Ubuntu 20.04 gcc does not define HWCAP2_SVE2 #180
This commit is contained in:
parent
aa8af2621b
commit
a659555781
@ -32,6 +32,11 @@
|
||||
|
||||
#if defined(__linux__)
|
||||
#include <sys/auxv.h>
|
||||
/* This is to help fix https://github.com/envoyproxy/envoy/pull/29881
|
||||
*/
|
||||
#if !defined(HWCAP2_SVE2)
|
||||
#include <asm/hwcap.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "ue2common.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user