Skip to content

Commit

Permalink
Runtime dispatch updates, fixes and improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Aug 22, 2024
1 parent 8468467 commit 9acae9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/cpu_features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ pub fn is_x86_avx512vl_supported() -> bool {
any(target_arch = "x86", target_arch = "x86_64")
)))]
#[cfg(not(any(target_os = "macos", target_os = "ios")))]
#[allow(dead_code)]
fn apple_has_cpu_feature(_feature_name: &str) -> bool {
false
}
Expand Down

0 comments on commit 9acae9c

Please sign in to comment.