mirror of
https://github.com/cculianu/Fulcrum.git
synced 2026-08-13 12:33:27 +02:00
- Added a config test for the __builtin_bswap* functions. And use them if available. - Added templates for: beToH, leToH, hToLe, hToBe. - Added some static assertions to test the endian swap functions |
||
|---|---|---|
| .. | ||
| bswap_16 | ||
| bswap_32 | ||
| bswap_64 | ||
| builtin_bswap | ||
| builtin_clzl | ||
| builtin_clzll | ||
| endian_big | ||
| endian_little | ||
| htole32_and_friends | ||
| jemalloc | ||
| miniupnpc | ||
| rocksdb | ||
| zmq | ||