mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-11 16:15:03 +00: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];
|
|
}
|