Function mostinefficientsha::util::f64bits_to_u32 [] [src]

pub fn f64bits_to_u32(i: &[f64]) -> ArrayVec<[u32; 8]>

Takes 256 bits where each bit is represented by a float.

Rounds these bits and assembles them to eight u32 numbers.

The input data is big endian, with i[0] being the MSBit.

Panics if input data has wrong len.