mirror of https://github.com/svaarala/duktape.git
Browse Source
- DUK_BSWAP32() and DUK_BSWAP16() in duk_features.h so that platform specific macros, intrinsics, or inline assembly can be used if necessary - DUK_DBLUNION_BSWAP() for byte swapping doubles (needed by debugger) - duk_byteswap_bytes() helper for byte swapping arbitrary data (needed by debugger for pointers)pull/113/head
Sami Vaarala
10 years ago
5 changed files with 115 additions and 0 deletions
Loading…
Reference in new issue