You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
375 B

define: DUK_USE_DOUBLE_ME
introduced: 1.0.0
removed: 1.4.0
default: false
conflicts:
- DUK_USE_DOUBLE_LE
- DUK_USE_DOUBLE_BE
tags:
- portability
description: >
IEEE double memory representation is mixed endian on the target platform.
In other words the logical bytes ABCDEFGH are represented in memory as
DCBAHGFE. This endianness is used by some ARM platforms.