Sign in
flutter
/
third_party
/
libjpeg-turbo
/
a9e2849967092a11c6c6d5c695ae43c2512854c5
/
simd
/
jcgryext-sse2.asm
a9e2849
Add BUILD.gn and initial modifications for build
by Michael Jurka
· 8 years ago
123f725
Format copyright headers more consistently
by DRC
· 9 years ago
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/jcgryext.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/jcgryss2.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
56fb237
YASM support
by DRC
· 14 years ago
c866633
SIMD-accelerated RGB-to-Grayscale color conversion
by DRC
· 14 years ago