We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ab6b5 commit 9055501Copy full SHA for 9055501
src/intrinsics/simd.rs
@@ -965,7 +965,7 @@ pub(super) fn codegen_simd_intrinsic_call<'tcx>(
965
});
966
}
967
968
- 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 => {
969
intrinsic_args!(fx, args => (arg); intrinsic);
970
ret.write_cvalue_transmute(fx, arg);
971
0 commit comments