aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql7/scripts/(public-mirror)
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2026-08-23 16:30:42 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2026-08-23 16:31:27 +0000
commit3c9444219ad82dc03d609006a87c71e61bc8964f (patch)
treef1a05bf6c1d20285bd95898709b5b6fab907be58 /databases/postgresql7/scripts/(public-mirror)
parentcf673dbf0ead7801f60ae568098700b30672dbb7 (diff)
databases/mysql{80,84,97}-server: Fix build on CPUs without SSE4.2HEADmain
The crc32 code declares target("sse4.2"), but the _mm_crc32_* intrinsics require the crc32 feature. With -mno-crc32, as emitted by -march=native on a CPU without the instruction, sse4.2 no longer implies crc32 and the build fails. Declare crc32 instead, including the two flatten wrappers that inline those intrinsics. PR: 275404 Sponsored by: Netzkommune GmbH
Diffstat (limited to 'databases/postgresql7/scripts/(public-mirror)')
0 files changed, 0 insertions, 0 deletions