Replies: 1 comment
-
|
Depends what you mean. Clang will happily let you compile for arm v9.3. You can use https://clang.llvm.org/docs/AttributeReference.html#target and https://clang.llvm.org/docs/AttributeReference.html#target-clones to simplify this. If you're asking why there isn't a separate I'm curious though, why specifically 9.3? There are hardly any devices out there with that hardware right now, if any at all (I'm genuinely not sure, app development IME is much more about the old hardware than about the new hardware). I'm not sure what the benefit to users or developers would be at this point. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Why doesn’t the Android NDK provide a separate ABI for Arm v9.3? That would let us target and leverage the new features in v9.3. Is it possible to build specifically for this architecture? It’s a bit odd that there isn’t an option.
Beta Was this translation helpful? Give feedback.
All reactions