logoalt Hacker News

the__alchemistlast Saturday at 1:04 PM0 repliesview on HN

Here is how I would have it:

Instead of writing:

  fn do_athing(val: f32x69) -> f32x69 {
  }
Instead you do:

  fn do_athing(val: fx) -> fx {
  }
And it just works. f32, f64, as wide as your CPU supports.