type ScalarCacheVec = SmallVec<f32, 128>;
struct ScalarCacheVec(Storage<f32, 128>);
0: Storage<f32, 128>