You've already forked pgvecto.rs
mirror of
https://github.com/tensorchord/pgvecto.rs.git
synced 2025-07-30 19:23:05 +03:00
@ -2,5 +2,6 @@
|
||||
|
||||
#[test]
|
||||
fn print() {
|
||||
detect::initialize();
|
||||
assert_eq!(detect::linux::test_memfd(), detect::linux::detect_memfd());
|
||||
}
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
#[test]
|
||||
fn print() {
|
||||
detect::initialize();
|
||||
assert_eq!(
|
||||
detect::x86_64::test_avx512fp16(),
|
||||
detect::x86_64::detect_avx512fp16()
|
||||
|
Reference in New Issue
Block a user