Fixed AVX undefined symbols on AARCH64 and removed AVX from ehs::Util::Compare.
Some checks failed
Build & Release / Windows-AMD64-Build (push) Failing after 31s
Build & Release / Linux-AMD64-Build (push) Successful in 15m25s
Build & Release / Linux-AARCH64-Build (push) Failing after 22m49s

This commit is contained in:
2025-05-09 19:17:09 -07:00
parent 0cec9789b1
commit 3025b76bec
8 changed files with 153 additions and 19 deletions

View File

@@ -33,4 +33,4 @@ namespace ehs
/// @note The parameters "a", and "b" must have alignas(32).
static bool CompareAligned(const SInt_64 *a, const SInt_64 *b);
};
}
}