Add fixme

This commit is contained in:
bjorn3 2021-07-25 18:46:10 +02:00
parent a0fb0facdc
commit 581e38b97c
2 changed files with 5 additions and 1 deletions

View file

@ -139,7 +139,10 @@ function extended_sysroot_tests() {
pushd stdsimd
echo "[TEST] rust-lang/stdsimd"
../build/cargo test -q
../build/cargo build --all-targets --target $TARGET_TRIPLE
if [[ "$HOST_TRIPLE" = "$TARGET_TRIPLE" ]]; then
../build/cargo test -q
fi
popd
}

View file

@ -236,6 +236,7 @@ fn simd_reduce<'tcx>(
ret.write_cvalue(fx, res);
}
// FIXME move all uses to `simd_reduce`
fn simd_reduce_bool<'tcx>(
fx: &mut FunctionCx<'_, '_, 'tcx>,
val: CValue<'tcx>,