-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MSVC: Reimplement rotated and reversed as workaround
MSVC doesn't find the 2-argument shifted member function from inside the rotated and reversed implementations. Moving the function definition after the class template declaration only helps for some SimdArray instantiations. The only fix that fully works is to avoid calling shifted altogether. Therefore, this now uses store-load with MSVC. Refs: gh-119 Signed-off-by: Matthias Kretz <kretz@kde.org>
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters