aboutsummaryrefslogtreecommitdiff
path: root/simd
AgeCommit message (Expand)Author
2010-09-06Remove simd/ prefix from #include (not necessary and was causing problems wit...dcommander
2010-08-07Fix typo in SIMD dispatch routines which was causing 4:2:0 upsampling todcommander
2010-08-03Fix build with YASMdcommander
2010-04-23xmm6-xmm15 must also be preserved by the callee; Win64 should fully work nowdcommander
2010-04-21Win64 should fully work nowdcommander
2010-04-20Updated (C)dcommander
2010-04-20Win64 (mostly) works nowdcommander
2010-04-20Use correct filenames in headersdcommander
2010-04-19Only have to use 32-bit mov for r14, since it is populated from the stackdcommander
2010-04-17Attempt to fix Win64 issuesdcommander
2010-03-03Don't allow code path to be forced on a system that doesn't support itdcommander
2010-02-26Bleepin' Windows uses LLP64, not LP64dcommander
2010-02-22Make TJ_FORCE* options work correctlydcommander
2010-02-18MinGW64 requires that the functions be prefixed with an underscore. Visual C...dcommander
2010-02-18First attempt at Win64 supportdcommander
2010-02-18Oops. Leftover bugs from the 64-bit port (cause seg fault when using JDCT_FL...dcommander
2010-02-16Fix build with Sun Studiodcommander
2010-02-14builddir isn't always defineddcommander
2010-02-13Enable (i.e. fix) VPATH and out-of-tree buildsdcommander
2010-02-05Oops. Use EGREP instead of GREP, because GREP is not available in earlier ve...dcommander
2010-01-29Fix build problems on Solaris 10dcommander
2010-01-27[Bugfix] Mark stack as non-executable in NASM code.atkac
2009-10-08Enable 64-bit build on Snow Leoparddcommander
2009-10-08Work around alignment issue with OS X linker which was causing problems on Le...dcommander
2009-09-14Merge unified_buildsys branch to trunk (r3892 - r3898)atkac
2009-08-19Windows build fixes: astrand
2009-08-06Oops. Clean up a couple of remaining 32-bit memory accessesdcommander
2009-07-10Make sure the indirectly used assembly files get packaged.ossman_
2009-06-29Make x86_64 SIMD code PIC friendlyossman_
2009-06-29Clean up SIMD glue codeossman_
2009-06-2564-bit SIMD accelerationdcommander
2009-06-25Fix dependencies for merged upsampling codedcommander
2009-04-05Add colorspace extensions to merged upsampling routinesdcommander
2009-04-04Oops. jcolsamp.inc should be included from j[c|d]clr[mmx|ss2].asm so it rece...dcommander
2009-04-04Oops. jcolsamp.inc needs to be included from j[c|d]clr[mmx|ss2].asm so that ...dcommander
2009-04-03Implement new colorspaces to allow directly compressing from/decompressing to...dcommander
2009-04-01Fix build for RGB_PIXELSIZE==4dcommander
2009-03-16Work around subdirectory bug in older automake.ossman_
2009-03-09Add SSE2 SIMD implementation of computationally intensive routines.ossman_
2009-03-09Add SSE SIMD implementation of computationally intensive routines.ossman_
2009-03-09Add 3DNow SIMD implementation of computationally intensive routines.ossman_
2009-03-09Add MMX SIMD implementation of computationally intensive routines.ossman_
2009-03-09Implement x86 SIMD frameworkossman_