This commit is contained in:
Anton-4 2023-04-04 13:33:23 +02:00
parent a59e9169fe
commit 640582364b
No known key found for this signature in database
GPG Key ID: 0971D718C0A9B937

View File

@ -20,7 +20,7 @@ fn build_host() {
// the preprocessed host is stored beside the platform's main.roc
let preprocessed_host_path =
platform_main_roc.with_file_name(preprocessed_host_filename(&target).unwrap());
// valgrind does not support avx512 yet: https://bugs.kde.org/show_bug.cgi?id=383010
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
if is_x86_feature_detected!("avx512f") {