Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libjpeg-turbo
/
250c887763d4d5c47449adfed04e6a617edad2ff
/
simd
/
jcsample-sse2.asm
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
· 11 years ago
[Renamed from simd/i386-sse2/jcsample.asm]
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
· 11 years ago
[Renamed (98%) from simd/jcsamss2.asm]
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
· 11 years ago
132b5fd
Work around alignment issue with OS X linker which was causing problems on Leopard and Snow Leopard
by DRC
· 15 years ago
3a65ef4
Work around subdirectory bug in older automake.
by Pierre Ossman
· 16 years ago
eea7215
Add SSE2 SIMD implementation of computationally intensive routines.
by Pierre Ossman
· 16 years ago