Changeset 33 for trunk/fakesse.h

Show
Ignore:
Timestamp:
08/09/07 23:56:10 (5 years ago)
Author:
mike
Message:

Fixed brokeness. Now the world is dynamically sized

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/fakesse.h

    r27 r33  
    1717#include <inttypes.h> 
    1818#endif 
    19  
     19/* 
    2020typedef struct { 
    2121    union { 
     
    2424    } u; 
    2525} __m128i; 
    26  
     26*/ 
    2727//Shifts this to the left all the way 
    2828static inline __m128i _mm_srli_epi32( __m128i A, int count ) {