Fix MIPS build after #711
This commit is contained in:
parent
d2b8c78afb
commit
f32ff2e1d1
1 changed files with 1 additions and 1 deletions
|
|
@ -17814,7 +17814,7 @@ mod tests {
|
|||
21, 22, 23, 24,
|
||||
25, 26, 27, 28
|
||||
];
|
||||
__msa_st_b(::mem::transmute(a), arr.as_mut_ptr(), 0);
|
||||
__msa_st_b(::mem::transmute(a), arr.as_mut_ptr() as *mut u8, 0);
|
||||
assert_eq!(arr, r);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue