# | Line 166 | Line 166 | typedef int64 intptr; | |
---|---|---|
166 | #error "Unsupported size of pointer" | |
167 | #endif | |
168 | ||
169 | + | // Define if the host processor supports fast unaligned load/stores |
170 | + | #if defined __i386__ || defined __x86_64__ |
171 | + | #define UNALIGNED_PROFITABLE 1 |
172 | + | #endif |
173 | + | |
174 | + | |
175 | /** | |
176 | * Helper functions to byteswap data | |
177 | **/ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |