zstd/lib/compress
Yann Collet 3306bcb0e6 fix #820 : GCC v3.x 32-bits doesn't define 64-bits intrinsic
resulting in undefined symbol error.
Push the requirement to GCC 4 for now.
Another solution, proposed by @NWilson, is to use __LONG_MAX__ instead.
__LONG_MAX__ is a GCC-specific constant, which value is supposed to depend on underlying target hardware (32/64 bits)
Might be better, but seems also more complex, hence more prone to side effects.
Keeping the simple solution for now (just rely on __GNUC__)
2017-09-11 15:17:31 -07:00
..
2017-08-15 11:23:28 -07:00
2017-09-11 14:37:03 -07:00
2017-09-08 00:09:23 -07:00
2017-09-08 00:09:23 -07:00
2017-09-08 00:09:23 -07:00
2017-09-08 00:09:23 -07:00
2017-09-08 00:09:23 -07:00
2017-09-08 00:09:23 -07:00
2017-09-08 00:09:23 -07:00
2017-09-08 00:09:23 -07:00
2017-09-08 00:09:23 -07:00