Function tiny_skia::pipeline::highp::store_8888

source ยท
fn store_8888(
    r: &f32x8,
    g: &f32x8,
    b: &f32x8,
    a: &f32x8,
    data: &mut [PremultipliedColorU8; 8],
)