gemm_common::simd

Macro cast

Source
macro_rules! cast {
    ($val: expr $(,)?) => { ... };
}
Expand description

Safe transmute macro.

This function asserts at compile time that the two types have the same size.