NASM 2.05 based x86 Instruction Reference[ch084]
A.5.64 EMMS: Empty MMX State EMMS ; 0F 77 [PENT,MMX] EMMS sets the FPU tag word (marking which floating-point registers are available) to all ones, meaning all registers are available for the FPU to use. It should be used after executing MMX instructions and before executing any subsequent floating-point operations.