refs #140. Fixed zdot incompatibility ABI issue with GCC 4.7 on Win 32.
authorZhang Xianyi <traits.zhang@gmail.com>
Mon, 24 Sep 2012 12:34:33 +0000 (20:34 +0800)
committerZhang Xianyi <traits.zhang@gmail.com>
Mon, 24 Sep 2012 12:34:33 +0000 (20:34 +0800)
commit2573311308a43d0b1058c4be23173def5a9d4571
treede09d1e5a07dd960f76fff217ba5c10d763e622d
parent1d72b8bf1be826652a6161ec608964f892a3e0fa
refs #140. Fixed zdot incompatibility ABI issue with GCC 4.7 on Win 32.

GCC 4.7 uses MSVC ABI on Win 32. This means the caller pops the hidden pointer for returning
aggregate structures larger than 8 bytes.
Makefile.system
kernel/x86/zdot_sse2.S