Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SSE2/SSE41 implementations for mct.c #451

Closed
gcode-importer opened this issue Dec 13, 2014 · 1 comment
Closed

Add SSE2/SSE41 implementations for mct.c #451

gcode-importer opened this issue Dec 13, 2014 · 1 comment
Assignees

Comments

@gcode-importer
Copy link

Originally reported on Google Code with ID 451

SSE2 implementations for opj_mct_encode/opj_mct_decode (not all compilers do automatic
vectorization). It's a as fast as automatic vectorization code from Xcode 6.1.1 clang
on both x86 & x64. This will be enabled by default when compiler defines __SSE2__ using
static dispatching (this will be the only code path). All x64 builds (except Visual
Studio) & x86 builds on MacOs.

SSE41 implementation for opj_mct_encode_real still using static dispatching (__SSE4_1__).
1.4x faster on x64, 3.0x faster on x86. This won't be enabled by default on any builds.

To get those to be available on all builds, Issue 450 needs to be resolved.

Reported by mayeut on 2014-12-13 12:23:29


- _Attachment: [issue451.patch](https://storage.googleapis.com/google-code-attachments/openjpeg/issue-451/comment-0/issue451.patch)_
@gcode-importer
Copy link
Author

This issue was closed by revision r2957.

Reported by mayeut on 2014-12-13 12:29:30

  • Status changed: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants