mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
4 lines
122 B
Rust
4 lines
122 B
Rust
fn issue1693() {
|
|
let pixel_data = vec![(f16::from_f32(0.82), f16::from_f32(1.78), f16::from_f32(0.21)); 256 * 256];
|
|
}
|