-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
Compiler crash with static ubyte16 definition #419
Comments
Crashes LDC head and LLVM 3.4 trunk, too. |
The vector type was not handled in `DtoConstArrayInitializer()`.
The vector type is not considered in |
What's the recommended way to use a ubyte16 vector of a compile-time known scalar at the moment? |
Well, currently I can't recommend something. But your approach looks reasonable to me. The const problem looks a bit like http://d.puremagic.com/issues/show_bug.cgi?id=10312. |
This crashes the compiler (LLVM 3.3) for me on Linux x64:
The text was updated successfully, but these errors were encountered: