You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what arch it would be considered in this case, but when building for this configuration I'm getting the following build error:
error: This crate works only on `aarch64`, `loongarch64`, `x86`, and `x86-64` targets.
--> ../../brave/third_party/rust/chromium_crates_io/vendor/cpufeatures-0.2.11/src/lib.rs:152:1
|
152 | compile_error!("This crate works only on `aarch64`, `loongarch64`, `x86`, and `x86-64` targets.");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error
I would assum that this should fall under aarch64, and I'm not sure what target_arch becomes for that triple.
Claudio.
The text was updated successfully, but these errors were encountered:
Hello there,
I'm not sure what arch it would be considered in this case, but when building for this configuration I'm getting the following build error:
I would assum that this should fall under
aarch64
, and I'm not sure whattarget_arch
becomes for that triple.Claudio.
The text was updated successfully, but these errors were encountered: