[issue25993] Crashed when call time.time() after using _mm_xor_si64

2016-01-16 Thread Steve Dower
Steve Dower added the comment: This is something that you need to fix in the code using MMX. I don't recall the details, but there is an instruction that needs to be executed between using MMX and using the FPU. Python can't make this judgement every time it calls into native code, so the ext

[issue25993] Crashed when call time.time() after using _mm_xor_si64

2016-01-02 Thread Xiongzhi Gao
New submission from Xiongzhi Gao: The version of windows is Windows 7 Service Pack 1. The version of Python is 2.7.11 (v2.7.11:6d1b6a68f775, Dec 5 2015, 20:32:19) [MSC v.1500 32 bit (Intel)] on win32. The version of compiler in visual studio 10 is 16.00.40219.01 for 80x86. I try to use SWIG to