[SIMD/test] Do not access indeterminate simd vectors with lane().
Depending on implementation, this may require bitmask operations on the indeterminate value, which requires an lvalue-to-rvalue conversion, which results in undefined behaviour except in some very special cases.
Merge request reports
Activity
added 1 commit
- 01a3f71c - [SIMD/test] Do not access indeterminate simd vectors with lane().
added 1 commit
- ca4aaa14 - [SIMD/test] Do not access indeterminate simd vectors with lane().
added 1 commit
- cad64c6c - [SIMD/test] Do not access indeterminate simd vectors with lane().
added 1 commit
- 31ad767b - [SIMD/test] Do not access indeterminate simd vectors with lane().
added 1 commit
- 35af34b9 - [SIMD/test] Do not access indeterminate simd vectors with lane().
mentioned in commit 7fbf095b
Please register or sign in to reply