mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
Update core/base/libs/socrate/socrate/system.py
Only check for avx2 is required Co-authored-by: Florent Daigniere <nextgens@users.noreply.github.com>
This commit is contained in:
parent
e70db935ec
commit
0379857ab5
@ -66,7 +66,7 @@ def _is_compatible_with_hardened_malloc():
|
||||
lines = f.readlines()
|
||||
for line in lines:
|
||||
# See #2764, we need vmovdqu
|
||||
if line.startswith('flags') and ' avx ' not in line and ' avx2 ' not in line:
|
||||
if line.startswith('flags') and ' avx2 ' not in line:
|
||||
return False
|
||||
# See #2541
|
||||
if line.startswith('Features') and ' lrcpc ' not in line:
|
||||
|
Loading…
Reference in New Issue
Block a user