mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-04 03:30:56 +08:00
Improved code [skip ci]
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
#include "postgres.h"
|
||||
|
||||
#include "bitutils.h"
|
||||
#include "halfvec.h" /* for USE_DISPATCH and USE_TARGET_CLONES */
|
||||
#include "port/pg_bitutils.h"
|
||||
|
||||
#if defined(USE_DISPATCH)
|
||||
#define BIT_DISPATCH
|
||||
#endif
|
||||
|
||||
#ifdef BIT_DISPATCH
|
||||
#include <immintrin.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user