Fix cast in test
This commit is contained in:
parent
d189e44450
commit
d07709142a
1 changed files with 1 additions and 1 deletions
|
|
@ -3202,7 +3202,7 @@ mod tests {
|
|||
|
||||
#[simd_test(enable = "sse2")]
|
||||
unsafe fn test_mm_clflush() {
|
||||
let x = 0;
|
||||
let x = 0_u8;
|
||||
_mm_clflush(&x as *const _);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue