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

Visual Studio 22 doesn't like scatter implementation #308

Open
bmanga opened this issue Nov 12, 2021 · 0 comments
Open

Visual Studio 22 doesn't like scatter implementation #308

bmanga opened this issue Nov 12, 2021 · 0 comments

Comments

@bmanga
Copy link
Contributor

bmanga commented Nov 12, 2021

Vc version / revision Operating System Compiler & Version Compiler Flags Assembler & Version CPU
1.4.2 Windows Visual Studio 22 /permissive

Compilation fails at the inline asm on line 82 of scatterimplementation.h. This is even providing the /permissive flag.
Error C2760 syntax error: ':' was unexpected here; expected ')' ..\include\Vc\common\scatterimplementation.h 82

I fixed this by replacing it with the commented-out implementation.

amadio added a commit to amadio/vc that referenced this issue Jun 13, 2022
Fixes: VcDevel#308
Suggested-by: Bruno Manganelli <bruno.manga95@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant