summaryrefslogtreecommitdiff
path: root/CMake/CheckCxxTarget.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused config check for pre-XXH3 cache hashingDavid Kalnischkies2021-02-031-36/+0
| | | | | References: 1460eebf2abe913df964e031eff081a57f043697 Gbp-Dch: Ignore
* Allow FMV SSE4.2 detection to succeed on clangDavid Kalnischkies2020-05-251-3/+4
| | | | | | | | | As the builtins were used in the feature test also in the default branch clang fails to compile the test helpfully complaining that you need to compile with sse4.2 to use that while on gcc it is optimized out as unused code and produces only a warning for that… removing the code from the default branch fixes this problem, but we adapt the code some more to avoid compilers optimizing it out in the future just in case.
* Detect function multiversioning and sse4.2/crc32, enables i386Julian Andres Klode2019-02-041-0/+35
This fixes the build on kfreebsd-amd64, and due to the detection of sse4.2, should also enable the sse4.2 on i386.