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

Comparing SheepShaver/src/Windows/sysdeps.h (file contents):
Revision 1.4 by gbeauche, 2005-11-27T20:36:30Z vs.
Revision 1.5 by gbeauche, 2006-05-07T16:54:58Z

# Line 125 | Line 125 | typedef int64 intptr;
125   #error "Unsupported size of pointer"
126   #endif
127  
128 + // Define if the host processor supports fast unaligned load/stores
129 + #if defined __i386__ || defined __x86_64__
130 + #define UNALIGNED_PROFITABLE 1
131 + #endif
132 +
133  
134   /**
135   *              Helper functions to byteswap data

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines