Re-enable avx2

https://github.com/alexbelgium/hassio-addons/issues/1687
This commit is contained in:
Alexandre
2024-12-29 13:29:29 +01:00
committed by GitHub
parent 87d8aad690
commit 67d064c8b0

View File

@@ -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 #
#################