Skip to content

Commit

Permalink
Fix ARM-specific import after moving ScoreType to common (qdrant#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ffuugoo authored and generall committed Oct 6, 2023
1 parent 0d4a373 commit 401efb9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/segment/src/spaces/simple_neon.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#[cfg(target_feature = "neon")]
use std::arch::aarch64::*;

#[cfg(target_feature = "neon")]
use common::types::ScoreType;

#[cfg(target_feature = "neon")]
use crate::data_types::vectors::VectorElementType;
use crate::data_types::vectors::VectorType;
#[cfg(target_feature = "neon")]
use crate::types::ScoreType;

#[cfg(target_feature = "neon")]
pub(crate) unsafe fn euclid_similarity_neon(
Expand Down

0 comments on commit 401efb9

Please sign in to comment.