Peter Gubanov's 32-bit DVD2AVI MMX/SSEMMX iDCT tested by XMPEG 4.5
_RPT2(_CRT_WARN, "Worst peak error = %d (%d spec limit 1)\n\n", j, meet = Meets((double)j, 1.0) && meet);
(double)j is out of order (return -1.#IND00) because it's lacking EMMS to restore the FPU state after MMX codes executed.
__asm emms; _RPT2(_CRT_WARN, "Worst peak error = %d (%d spec limit 1)\n\n", j, meet = Meets((double)j, 1.0) && meet);
(double)j will return 1.0 and DVD2AVI MMX/SSEMMX iDCT pass the test of IEEE-1180 compliance.