switch to using separate VecBool8/16/32/64
[vector-math.git] / src / f16.rs
index bc40c782a20f514d5658463c6f5b098d80a72d56..ee13d9992135320be52859df3d5c51f6482ff933 100644 (file)
@@ -161,7 +161,7 @@ impl_bin_op_using_f32! {
     Rem, rem, RemAssign, rem_assign;
 }
 
-impl Float<u32> for F16 {
+impl Float for F16 {
     type FloatEncoding = F16;
     type BitsType = u16;
     type SignedBitsType = i16;