1
0
mirror of https://github.com/tensorchord/pgvecto.rs.git synced 2025-07-30 19:23:05 +03:00

fix: remove ctor (#339)

Signed-off-by: usamoi <usamoi@outlook.com>
This commit is contained in:
Usamoi
2024-02-02 18:37:07 +08:00
committed by GitHub
parent 7ec3c88c1e
commit 4eb1f87ae6
9 changed files with 28 additions and 26 deletions

View File

@ -2,5 +2,6 @@
#[test]
fn print() {
detect::initialize();
assert_eq!(detect::linux::test_memfd(), detect::linux::detect_memfd());
}

View File

@ -2,6 +2,7 @@
#[test]
fn print() {
detect::initialize();
assert_eq!(
detect::x86_64::test_avx512fp16(),
detect::x86_64::detect_avx512fp16()