remove note to convert to sin_cos_tau instead sin_cos_pi
[vector-math.git] / src / traits.rs
2021-05-28 Jacob Lifshayadd sqrt_fast_f16/f32/f64
2021-05-21 Jacob Lifshayconvert proc-macro for generating Context trait to...
2021-05-13 Jacob Lifshayadd trunc implementation
2021-05-10 Jacob Lifshayrefactor to easily allow algorithms generic over f16...
2021-05-08 Jacob Lifshayadd sin_pi_f16, cos_pi_f16, and sin_cos_pi_f16
2021-05-07 Jacob Lifshayworking on adding sin_cos_pi
2021-05-05 Jacob Lifshayswitch to using separate VecBool8/16/32/64
2021-05-04 Jacob Lifshayadd ilogb
2021-05-03 Jacob LifshayIR works!
2021-05-03 Jacob Lifshayimpl traits for scalar types
2021-05-02 Jacob Lifshayswitch to using `half` for f16 implementation
2021-05-02 Jacob Lifshayfinish traits macros
2021-05-01 Jacob Lifshayworking on code