Added comment [skip ci]

This commit is contained in:
Andrew Kane
2024-04-24 10:13:50 -07:00
parent 9696835a19
commit 24c1b51099

View File

@@ -328,6 +328,10 @@ halfvec_out(PG_FUNCTION_ARGS)
if (i > 0)
AppendChar(ptr, ',');
/*
* Use shortest decimal representation of single-precision float for
* simplicity
*/
AppendFloat(ptr, HalfToFloat4(vector->x[i]));
}