diskann-quantization 0.51.0

DiskANN is a fast approximate nearest neighbor search library for high dimensional data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) Microsoft Corporation.
 * Licensed under the MIT license.
 */

//! Intantiations for codegen inspection.
//!
//! These methods are **not** part of the public API.
//!
//! Note: when inspecting code generation, make sure the kernels are **also** inspected
//! when compiling with `RUSTFLAGS="-Ctarget-arch=x86-64"` because that can change code
//! generation signficantly and is necessary for multi-architecture compatible builds.

#[cfg(target_arch = "x86_64")]
pub mod x86_64;