ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/sysdeps.h
(Generate patch)

Comparing SheepShaver/src/Unix/sysdeps.h (file contents):
Revision 1.52 by gbeauche, 2006-05-02T19:33:10Z vs.
Revision 1.53 by gbeauche, 2006-05-07T16:54:58Z

# 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   **/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines