aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2025-06-23 11:50:21 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2025-06-23 11:50:21 -0400
commitccd5bc93fdfeae22c935f405b0687be5cfa9caa4 (patch)
tree23a3e58a5b2e70e256e05fa530bd81d806c9ebfe /doc/src
parent43da394304fba820830da2cef2c0214fe292c037 (diff)
downloadpostgresql-ccd5bc93fdfeae22c935f405b0687be5cfa9caa4.tar.gz
postgresql-ccd5bc93fdfeae22c935f405b0687be5cfa9caa4.zip
Include _mm512_zextsi128_si512() in AVX-512 configure probes.
Commit 43da39430 added a dependency on this intrinsic to our AVX-512 CRC code. It turns out this intrinsic was added to gcc later than the other ones we were using, so that there are platforms where the new code fails to compile. Since only relatively old (pre-gcc-10) compilers are affected, it doesn't seem worth trying to make the AVX-512 CRC code actually work on these platforms. Just add the new intrinsic to the configure probe, so that we'll conclude the code can't be built. Author: Tom Lane <tgl@sss.pgh.pa.us> Reviewed-by: Nathan Bossart <nathandbossart@gmail.com> Discussion: https://postgr.es/m/3350336.1750690281@sss.pgh.pa.us
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions