Disable big endian ppc64

This commit is contained in:
Caleb Zulawski 2023-07-27 10:15:05 -04:00
parent baa5791a45
commit 5e5745318a

View file

@ -188,7 +188,6 @@ jobs:
# - powerpc64-unknown-linux-gnu
target_feature: [default]
include:
- { target: powerpc64-unknown-linux-gnu, target_feature: "+vsx" }
- { target: powerpc64le-unknown-linux-gnu, target_feature: "+vsx" }
# Fails due to QEMU floating point errors, probably handling subnormals incorrectly.
# This target is somewhat redundant, since ppc64le has altivec as well.