1
Fork 0

also rename the SIMD intrinsic

This commit is contained in:
Ralf Jung 2024-03-23 23:00:53 +01:00
parent 038e7c6c38
commit f2cff5ebb9
10 changed files with 20 additions and 13 deletions

View file

@ -965,7 +965,7 @@ pub(super) fn codegen_simd_intrinsic_call<'tcx>(
});
}
sym::simd_expose_addr | sym::simd_from_exposed_addr | sym::simd_cast_ptr => {
sym::simd_expose_addr | sym::simd_with_exposed_provenance | sym::simd_cast_ptr => {
intrinsic_args!(fx, args => (arg); intrinsic);
ret.write_cvalue_transmute(fx, arg);
}