mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-31 19:18:19 +02:00
Re-enable avx2
https://github.com/alexbelgium/hassio-addons/issues/1687
This commit is contained in:
@@ -2,11 +2,6 @@
|
||||
# shellcheck shell=bash
|
||||
set -e
|
||||
|
||||
if [[ "$(uname -m)" = "x86_64" && ! grep -q "avx2" /proc/cpuinfo ]]; then
|
||||
bashio::log.fatal "❌ Your CPU is x86_64 but doesn't support AVX2. BirdNET-Go requires Intel Haswell (2013) or newer CPU with AVX2 support."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
#################
|
||||
# INITALISATION #
|
||||
#################
|
||||
|
||||
Reference in New Issue
Block a user