1. bd49803 Use consistent/modern code formatting for pointers by DRC · 9 years ago
  2. 498d9bc Fix x86-64 ABI conformance issue in SIMD code by Chandler Carruth · 9 years ago
  3. 24e92e9 Using subdirectories unfortunately opened up a can of worms. In order to prevent object name conflicts, it is necessary to use the subdir-objects automake directive, but it simply doesn't work right on some of the versions of automake we still have to support. Another option would be to add a separate Makefile.am file to each subdirectory, but that requires maintaining a completely different set of build rules for each one. Fortunately, however, we're in the 21st century now, so we can use filenames longer than 8.3. by DRC · 10 years ago[Renamed from simd/x86_64-sse2/jidctflt.asm]
  4. 72130be Re-organize the x86/x86-64 SIMD routines into separate folders by instruction set so we can name each routine similarly to its corresponding C file. This also makes it easier to add support for new instruction sets. by DRC · 10 years ago[Renamed (98%) from simd/jiss2flt-64.asm]
  5. e5eaf37 Convert tabs to spaces in the libjpeg code and the SIMD code (TurboJPEG retains the use of tabs for historical reasons. They were annoying in the libjpeg code primarily because they were not consistently used and because they were used to format as well as indent the code. In the case of TurboJPEG, tabs are used just to indent the code, so even if the editor assumes a different tab width, the code will still be readable.) by DRC · 10 years ago
  6. a644fb0 Use correct filenames in headers by DRC · 14 years ago
  7. fb096ff Only have to use 32-bit mov for r14, since it is populated from the stack by DRC · 14 years ago
  8. 14ecb53 Attempt to fix Win64 issues by DRC · 14 years ago
  9. 8b014d7 First attempt at Win64 support by DRC · 15 years ago
  10. c932768 Oops. Leftover bugs from the 64-bit port (cause seg fault when using JDCT_FLOAT or JDCT_IFAST when decompressing) by DRC · 15 years ago
  11. 132b5fd Work around alignment issue with OS X linker which was causing problems on Leopard and Snow Leopard by DRC · 15 years ago
  12. 9a6b8dc Make x86_64 SIMD code PIC friendly by Pierre Ossman · 15 years ago
  13. cdc8ac3 64-bit SIMD acceleration by DRC · 15 years ago