zlib-ng/tools
René J.V. Bertin 9939d96ddb
CMakeLists.txt: better checking for Intel intrinsics.
The checks currently assume that instructions that build also execute.
This is not necessarily true: building with -msse4 on an AMD CPU (a C60)
that only has SSE4a leads to a crash in deflateInit2 when the compiler
apparently uses an unsupported instruction to set
s->hash_bits = memLevel + 7;
2017-02-13 12:41:04 +02:00
..
list_intel_intrinsics.sh CMakeLists.txt: better checking for Intel intrinsics. 2017-02-13 12:41:04 +02:00