pub fn relu_f32(data: &mut [f32])
In-place ReLU for 32-bit float buffer (max(val, 0.0)).
max(val, 0.0)