component-model icon indicating copy to clipboard operation
component-model copied to clipboard

Rename `float32`/`float64` to `f32`/`f64`.

Open sunfishcode opened this issue 1 year ago • 0 comments

The float32 and float64 types are being renamed to f32 and f64. All the main tools have been updated to accept both old and new names for now, so there's no urgency to change anything, but users who wish to can now start switching to the new f32/f64 names.

sunfishcode avatar Mar 18 '24 23:03 sunfishcode