#include "ehs/system/AVX512.h" namespace ehs { bool AVX512::CompareUnaligned(const UInt_64* a, const UInt_64* b) { return false; } bool AVX512::CompareUnaligned(const SInt_64* a, const SInt_64* b) { return false; } bool AVX512::CompareAligned(const UInt_64* a, const UInt_64* b) { return false; } bool AVX512::CompareAligned(const SInt_64* a, const SInt_64* b) { return false; } }