On Mon, Oct 12, 2020 at 11:36:36AM +0200, Andreas Tille wrote: > Control: tags -1 help > > Hi, > > while I've fixed the issue for arm64 the new version of bowtie seems to > have some new assembly code where mips64el, ppc64el and others are > stumbling upon [1]: The reason it works on arm64 is
ifeq (aarch64,$(shell uname -m))
POPCNT_CAPABILITY=0
endif
in Makefile. It's clearly not supposed to run on anything else non-Intel
but you can try patching this to also disable popcnt on other non-Intel.
--
WBR, wRAR
signature.asc
Description: PGP signature

