server icon indicating copy to clipboard operation
server copied to clipboard

MDEV-34787: invalid instruction signal 4

Open DaveGosselin-MariaDB opened this issue 1 year ago • 1 comments
trafficstars

Changes for powerpc in git commit dec3f8ca69e5 assume power8 VSX
extensions for faster crc32 support, but earlier processors
(e.g. power5) don't have them.  On unexpected powerpc chips,
we will not use an optimized crc32 implementation.  CMake does
not provide a facility to detect processor features or in the
case of powerpc, flavors of the chip.  Create a place where we
can detect such flavors and caveat as necessary.

DaveGosselin-MariaDB avatar Aug 20 '24 19:08 DaveGosselin-MariaDB

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Aug 20 '24 19:08 CLAassistant