Yann Collet 274f59919d Changed memory strategy to __packed for gcc
Method 1 __packed is always as good or better than memcpy().
But it's not portable, as it depends on compiler extension.

For gcc, __pakced directive works fine.
Furthermore, gcc has serious performance issues with memcpy() on ARM 32 bits.
See #620
2017-03-30 12:52:14 -07:00
..
2017-03-29 18:51:58 -07:00
2017-02-15 12:00:03 -08:00
2017-03-05 21:07:20 -08:00
2017-01-26 15:29:10 -08:00
2017-01-27 16:00:19 -08:00
2017-02-20 12:08:59 -08:00