-
Notifications
You must be signed in to change notification settings - Fork 296
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
[platform-expression] add arm32 platform identifier #196
Conversation
c340db6
to
8733ec8
Compare
win32 would also be really cool |
Unfortunately that one is overloaded and I think would be confusing. For example |
Yeah that's right, I mean |
@autoantwort that would be interesting, but I don't know of a good non-confusing name for it. |
Yeah win32 was the first name I can think of, because uwp is not win32. But I see that the name can be confusing, but I don't know a better one |
uwp is win32. It sets |
Hm ok, I am not developing on windows that much, but I thought that (parts) of the win32 API are not available on uwp so that you have to change your application when it should run on uwp. |
Maybe |
I've noticed people writing
arm & !arm64
, which just seems really unfortunate. Add anarm32
platform identifier to mean exactly this.