graphics/rx: Only for amd64
error[E0432]: unresolved import core::arch::x86_64
--> /wrkdirs/usr/ports/graphics/rx/work/rx-0.3.2/cargo-crates/meowhash-0.1.2/src/lib.rs:30:17 |
30 | use core::arch::x86_64::*;
| ^^^^^^ could not find `x86_64` in `arch`
error[E0412]: cannot find type __m128i in this scope
--> /wrkdirs/usr/ports/graphics/rx/work/rx-0.3.2/cargo-crates/meowhash-0.1.2/src/lib.rs:42:9 |
42 | l0: __m128i,
| ^^^^^^^ not found in this scope |
help: possible candidate is found in another module, you can import it into scope
|
30 | use core::arch::x86::__m128i;
|
http://beefy5.nyi.freebsd.org/data/120i386-default/523997/logs/errors/rx-editor-0.3.2.log