You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments