starkat99 / half-rs

Half-precision floating point types f16 and bf16 for Rust.

Home Page:https://docs.rs/half/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add vector arithmetic operations

starkat99 opened this issue · comments

Add vector arithmetic operations on slices/arrays of f16, that can utilize SIMD hardware when available, like is already done for conversions.