diff options
| author | Jochen Neumeister <joneum@FreeBSD.org> | 2026-08-23 16:30:42 +0000 |
|---|---|---|
| committer | Jochen Neumeister <joneum@FreeBSD.org> | 2026-08-23 16:31:27 +0000 |
| commit | 3c9444219ad82dc03d609006a87c71e61bc8964f (patch) | |
| tree | f1a05bf6c1d20285bd95898709b5b6fab907be58 /databases/postgresql7/scripts/(public-mirror) | |
| parent | cf673dbf0ead7801f60ae568098700b30672dbb7 (diff) | |
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
