Closed cevian closed 3 months ago
Our compilation on x86 enables fma and avx in target-feature. We should panic if the running CPU is actually missing the feature because otherwise the behavior is undefined and in practice we've seen segfaults.
The panic will be translated to a Postgres error.
see https://github.com/timescale/pgvectorscale/issues/115#issuecomment-2272483127 as well for more context
Our compilation on x86 enables fma and avx in target-feature. We should panic if the running CPU is actually missing the feature because otherwise the behavior is undefined and in practice we've seen segfaults.
The panic will be translated to a Postgres error.