simba icon indicating copy to clipboard operation
simba copied to clipboard

Deref for the Wide* types?

Open kije opened this issue 9 months ago • 0 comments

Could the Wide* types (WideF32x4, WideBoolF32x4, etc...) implement the Deref<Target=f32x*> trait? That way the types would support deref coercion to their inner wide type and usage in a lot of context would be more ergonomic.

kije avatar Mar 16 '25 22:03 kije