Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build of auxvec.rs on FreeBSD/powerpc64
``` error[E0432]: unresolved import `mem` --> src/libstd/../stdsimd/crates/std_detect/src/detect/os/freebsd/auxvec.rs:45:9 | 45 | use mem; | ^^^ no `mem` external crate error: aborting due to previous error For more information about this error, try `rustc --explain E0432`. error: Could not compile `std`. ``` Tested by @pkubaj in https://reviews.freebsd.org/D20332
- Loading branch information