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 8778938 commit 93e5874Copy full SHA for 93e5874
src/mono/mono/mini/interp/interp-simd.c
@@ -32,7 +32,7 @@ interp_v128_i4_all_bits_set (gpointer res)
32
static void
33
interp_v128_bitcast (gpointer res, gpointer v1)
34
{
35
- *(v128_i1*)res = *(v128_i1*)v1;
+ memcpy (res, v1, SIZEOF_V128);
36
}
37
38
// op_Addition
0 commit comments