View Single Post
 
Old 09-28-2009, 10:13 AM
never_mind never_mind is offline
Puma
 
Join Date: Jul 2009
Location: Melbourne
Posts: 23
btw, "why is the rum gone?" :-)

sse3emu.c:

/////////////////////
#include <stdint.h>

/* kaitek: the SSE3 emulator is automatically disabled if sse3emu_size is zero. */

const uint8_t sse3emu_data[] = { 0x00 };
const uint32_t sse3emu_size = 0;
/////////////////////



Ohno! No SSE3 emulator in 32bit after all? | -)
Reply With Quote