Add missing import.

This commit is contained in:
Josh Matthews 2020-04-07 12:28:37 -04:00 committed by GitHub
parent b28e04a22d
commit f2b668f9d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ use std::arch::aarch64::{uint32x2_t, uint32x4_t};
use std::f32;
use std::fmt::{self, Debug, Formatter};
use std::mem;
use std::ops::{Add, BitAnd, BitOr, Index, IndexMut, Mul, Shr, Sub};
use std::ops::{Add, BitAnd, BitOr, Div, Index, IndexMut, Mul, Shr, Sub};
mod swizzle_f32x4;
mod swizzle_i32x4;