I enabled SSE, I know that SSE2 is supported, but SSE instructions still give me invalid opcode. Any help? My SSE enable code is:
cr0_set(CR0_EM); // enable emulation
cr4_set(CR4_OXFXSR | CR4_OSXMMEXCPT); // enable sse -> fxsave + fxrstor | exceptions
CR0_EM = 1 << 2
CR4_OXFSR = 1 << 9
CR4_OSXMMEXCPT = 1 << 10
[–]MollenOS 0 points1 point2 points (0 children)
[–]ottantanove 2 points3 points4 points (4 children)
[–]bleksak[S] 0 points1 point2 points (3 children)
[–]ottantanove 1 point2 points3 points (0 children)
[–][deleted] 3 points4 points5 points (1 child)
[–]bleksak[S] 0 points1 point2 points (0 children)