You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -42,7 +42,7 @@ Furthermore, it is required for the 32-64 bit mix-mode to enforce the same data
42
42
An internal data structure, the `UsedChunkList`, might be left in a corrupt state when an application terminates abnormally when writing to this data structure.
43
43
In order to detect torn-writes on 32-bit, the data structure needs to be refactored.
44
44
45
-
# iceoryx for communication between 32-bit and 64-bit applications aka 32-64 bit mix-mode
45
+
##iceoryx for communication between 32-bit and 64-bit applications aka 32-64 bit mix-mode
46
46
47
47
## Attention
48
48
@@ -65,7 +65,7 @@ If the layout differs, it can lead to unpredictable behavior and errors in the a
65
65
66
66
The simplest way to fix this specific alignment issue, is to use the `-malign-double` flag, which enforces an 8 byte alignment boundary for 64-bit data types on 32-bit architectures.
67
67
68
-
## Build steps
68
+
### Build steps
69
69
70
70
Similar to the 32-bit build, the simplest way to build for the 32-64 bit mix-mode is the `iceoryx_build_test.sh` script
0 commit comments