diff options
author | V'yacheslav Stetskevych <slava18@gmail.com> | 2010-04-19 18:44:29 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:38:29 +0200 |
commit | 60b1922cf2297aeb27f9c7c939b25be3a5522c3b (patch) | |
tree | bca5d136a271c968f6815ecfd369264ee04628cc /libraries/libjpeg-turbo/README | |
parent | b2ae0d2e2a634f97624db4547beb8d7dee11d1b2 (diff) | |
download | slackbuilds-60b1922cf2297aeb27f9c7c939b25be3a5522c3b.tar.gz |
libraries/libjpeg-turbo: Added (accelerated libjpeg)
Diffstat (limited to 'libraries/libjpeg-turbo/README')
-rw-r--r-- | libraries/libjpeg-turbo/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/libjpeg-turbo/README b/libraries/libjpeg-turbo/README new file mode 100644 index 0000000000..829fcb03ba --- /dev/null +++ b/libraries/libjpeg-turbo/README @@ -0,0 +1,5 @@ +libjpeg-turbo is a version of libjpeg which uses MMX, SSE, and SSE2 +SIMD instructions to accelerate baseline JPEG compression and +decompression by about 2-4x on x86 and x86-64 platforms. It is based +on libjpeg/SIMD but has numerous enhancements. + |