rust/tests/compile-fail/intrinsics
2022-03-17 13:08:01 -04:00
..
assume.rs
copy_null.rs add ptr_offset_from OOB test, and update test errors 2022-03-10 18:56:19 -05:00
copy_overflow.rs
copy_overlapping.rs
copy_unaligned.rs
ctlz_nonzero.rs
cttz_nonzero.rs
div-by-zero.rs portable SIMD: add rem intrinsic; test div and rem intrinsic UB 2021-11-25 17:13:33 -05:00
exact_div1.rs
exact_div2.rs
exact_div3.rs
exact_div4.rs adjust for div/rem overflow being UB 2022-03-03 12:14:24 -05:00
float_to_int_32_inf1.rs
float_to_int_32_infneg1.rs
float_to_int_32_nan.rs
float_to_int_32_nanneg.rs
float_to_int_32_neg.rs
float_to_int_32_too_big1.rs
float_to_int_32_too_big2.rs
float_to_int_32_too_small1.rs
float_to_int_64_inf1.rs
float_to_int_64_infneg1.rs
float_to_int_64_infneg2.rs
float_to_int_64_nan.rs
float_to_int_64_neg.rs
float_to_int_64_too_big1.rs
float_to_int_64_too_big2.rs
float_to_int_64_too_big3.rs
float_to_int_64_too_big4.rs
float_to_int_64_too_big5.rs
float_to_int_64_too_big6.rs
float_to_int_64_too_big7.rs
float_to_int_64_too_small1.rs
float_to_int_64_too_small2.rs
float_to_int_64_too_small3.rs
out_of_bounds_ptr_1.rs
out_of_bounds_ptr_2.rs
out_of_bounds_ptr_3.rs
overflowing-unchecked-rsh.rs
ptr_offset_0_plus_0.rs add ptr_offset_from OOB test, and update test errors 2022-03-10 18:56:19 -05:00
ptr_offset_from_oob.rs add ptr_offset_from OOB test, and update test errors 2022-03-10 18:56:19 -05:00
ptr_offset_int_plus_int.rs
ptr_offset_int_plus_ptr.rs
ptr_offset_overflow.rs
ptr_offset_ptr_plus_0.rs
rem-by-zero.rs portable SIMD: add rem intrinsic; test div and rem intrinsic UB 2021-11-25 17:13:33 -05:00
simd-div-by-zero.rs portable SIMD: add rem intrinsic; test div and rem intrinsic UB 2021-11-25 17:13:33 -05:00
simd-div-overflow.rs add test for simd division overflow UB 2022-03-03 12:32:42 -05:00
simd-float-to-int.rs implement simd_cast, simd_as 2022-03-07 09:40:23 -05:00
simd-gather.rs implement simd_scatter 2022-03-09 19:29:05 -05:00
simd-reduce-invalid-bool.rs implement simd_eq and simd_reduce_any 2022-02-21 21:41:52 -05:00
simd-rem-by-zero.rs portable SIMD: add rem intrinsic; test div and rem intrinsic UB 2021-11-25 17:13:33 -05:00
simd-scatter.rs implement simd_scatter 2022-03-09 19:29:05 -05:00
simd-select-bitmask-invalid.rs detect when unused bits of a SIMD bitmask are non-0 2022-03-17 13:08:01 -04:00
simd-select-invalid-bool.rs detect when unused bits of a SIMD bitmask are non-0 2022-03-17 13:08:01 -04:00
simd-shl-too-far.rs implement shl and shr SIMD intrinsics 2021-11-25 17:26:37 -05:00
simd-shr-too-far.rs implement shl and shr SIMD intrinsics 2021-11-25 17:26:37 -05:00
unchecked_add1.rs
unchecked_add2.rs
unchecked_div1.rs adjust for div/rem overflow being UB 2022-03-03 12:14:24 -05:00
unchecked_mul1.rs
unchecked_mul2.rs
unchecked_sub1.rs
unchecked_sub2.rs
uninit_uninhabited_type.rs
write_bytes_null.rs add ptr_offset_from OOB test, and update test errors 2022-03-10 18:56:19 -05:00
write_bytes_overflow.rs
zero_fn_ptr.rs