aboutsummaryrefslogtreecommitdiff
path: root/simd
AgeCommit message (Expand)Author
2011-05-03ARM NEON supportdcommander
2011-05-03YASM supportdcommander
2011-04-07Don't need MSVC definition in assembler code anymoredcommander
2011-04-04Attempt to make build work with Visual Studio 2010 (still doesn't work if SIM...dcommander
2011-04-02Ensure that *gra*.asm is rebuilt whenever *gry*.asm changes.dcommander
2011-03-22MinGW64 no longer prefixes symbols with underscores by defaultdcommander
2011-03-04Include new grayscale SIMD routines in distdcommander
2011-03-02Fix Windows build; Add grayscale tests to Windows build; Add proper implement...dcommander
2011-02-27Add short names for RGB->grayscale MMX functionsdcommander
2011-02-27Change filename in headerdcommander
2011-02-18Updated (C)dcommander
2011-02-18SIMD-accelerated RGB-to-Grayscale color conversiondcommander
2011-02-02Oops. Committed debugging codedcommander
2011-02-02Clarify that the C wrappers fall under the same license as the rest of the SI...dcommander
2011-02-02Clarify that the C wrappers fall under the same license as the rest of the SI...dcommander
2010-10-18Allow RPMs and SRPMs to be generated with v7/v8b emulation; Add CMake scripts...dcommander
2010-10-15Fix dependencies for the color conversion routines, which build other .asm fi...dcommander
2010-10-15Unix LFdcommander
2010-10-15Allow nasm path to be overriddendcommander
2010-10-15First pass at a CMake build systemdcommander
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_