Add fixme
This commit is contained in:
parent
a0fb0facdc
commit
581e38b97c
2 changed files with 5 additions and 1 deletions
|
@ -139,7 +139,10 @@ function extended_sysroot_tests() {
|
||||||
|
|
||||||
pushd stdsimd
|
pushd stdsimd
|
||||||
echo "[TEST] rust-lang/stdsimd"
|
echo "[TEST] rust-lang/stdsimd"
|
||||||
|
../build/cargo build --all-targets --target $TARGET_TRIPLE
|
||||||
|
if [[ "$HOST_TRIPLE" = "$TARGET_TRIPLE" ]]; then
|
||||||
../build/cargo test -q
|
../build/cargo test -q
|
||||||
|
fi
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -236,6 +236,7 @@ fn simd_reduce<'tcx>(
|
||||||
ret.write_cvalue(fx, res);
|
ret.write_cvalue(fx, res);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FIXME move all uses to `simd_reduce`
|
||||||
fn simd_reduce_bool<'tcx>(
|
fn simd_reduce_bool<'tcx>(
|
||||||
fx: &mut FunctionCx<'_, '_, 'tcx>,
|
fx: &mut FunctionCx<'_, '_, 'tcx>,
|
||||||
val: CValue<'tcx>,
|
val: CValue<'tcx>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue