Added section on halfvec performance [skip ci]

This commit is contained in:
Andrew Kane
2024-04-07 10:54:28 -07:00
parent 8d7e0e693c
commit 0df30c12a7

View File

@@ -957,6 +957,16 @@ To compile for portability, use:
make OPTFLAGS=""
```
### Halfvec Performance
For best performance, make sure Postgres was compiled with a compiler that supports the `_Float16` type (since the same compiler will be used for extensions).
Compiler | x86-64 | aarch64
--- | --- | ---
GCC | 12+ | 7+
Clang | 15+ | 6+
Apple Clang | 14.3+ | 10+
## Installation Notes - Windows
### Missing Header