mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-14 16:46:54 +08:00
Updated comment [skip ci]
This commit is contained in:
@@ -901,7 +901,7 @@ halfvec_binary_quantize(PG_FUNCTION_ARGS)
|
|||||||
int i = 0;
|
int i = 0;
|
||||||
int count = (a->dim / 8) * 8;
|
int count = (a->dim / 8) * 8;
|
||||||
|
|
||||||
/* Auto-vectorized */
|
/* Auto-vectorized on aarch64 */
|
||||||
for (; i < count; i += 8)
|
for (; i < count; i += 8)
|
||||||
{
|
{
|
||||||
unsigned char result_byte = 0;
|
unsigned char result_byte = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user