• Henrik Gramner's avatar
    x86inc: remove misaligned cpu flag · 3e2fa991
    Henrik Gramner authored
    Prevents a crash if the misaligned exception mask bit is
    cleared for some reason.
    
    Misaligned SSE functions are only used on AMD Phenom CPUs
    and the benefit is miniscule. They also require modifying
    the MXCSR control register and by removing those functions
    we can get rid of that complexity altogether.
    Signed-off-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
    3e2fa991
x86inc.asm 36 KB