]> git.proxmox.com Git - qemu.git/history - target-i386/ops_sse.h
monitor: fix build breakage for !CONFIG_VNC
[qemu.git] / target-i386 / ops_sse.h
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-25 Anthony LiguoriMerge remote-tracking branch 'awilliam/ipxe' into staging
2011-04-25 Aurelien Jarnotarget-i386: replace approx_rsqrt and approx_rcp by...
2011-04-17 Aurelien Jarnosoftfloat: rename float*_eq() into float*_eq_quiet()
2011-04-17 Aurelien Jarnotarget-i386: fix CMPUNORDPS/D and CMPORDPS/D instructions
2009-10-04 Andre Przywaratarget-i386: add SSE4a instruction support
2009-09-05 Blue SwirlFix Sparse warnings: add "static"
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-07 aurel32Remove FORCE_RET() and RETURN()
2008-12-01 balrogFix pmovsx* / pmovzx* SSE instructions (original fix...
2008-11-16 aurel32target-i386: fix helper_pmovmskb_mmx helper
2008-10-04 balrogFix crc32w decoding, fix a constant width in blendvpd.
2008-10-04 balrogImplement SSE4.1, SSE4.2 (x86).
2008-09-25 balrogImplement x86 SSSE3 instructions.
2008-05-15 bellardconverted more helpers to TCG - fixed some SVM issues
2008-05-12 bellardconverted SSE/MMX ops to TCG
2008-04-08 aurel323DNow! instruction set emulation
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-01-16 bellardfixed movd mmx/sse insn
2005-04-26 bellardremoved switches in op.c (Paul Brook)
2005-03-20 bellardNaN support in FPU comparisons
2005-03-13 bellardsoft float support
2005-01-23 bellardFORCE_RET() fixes - fpu fixes
2005-01-16 bellardsse fix
2005-01-08 bellardMMX/SSE support