Make HasFloat16 true for all architectures
Upstream Clang removed _Float16 literal support on non-ARM targets. frameworks/ml/nn makes heavy use of _Float16 on x86, causing it fail to build. Make HasFloat16 true for now in Android toolchain so that NN could continue to build. Bug: 127391056 Change-Id: I1e83fe32499873a1df5420aa189db5fc0fbb3e4f
Loading
Please sign in to comment