remove note to convert to sin_cos_tau instead sin_cos_pi
[vector-math.git] / Cargo.toml
2021-05-21 Jacob Lifshaydon't fail if rustfmt not found
2021-05-21 Jacob Lifshayconvert proc-macro for generating Context trait to...
2021-05-12 Jacob Lifshayadd sin_pi_kernel_f64 and cos_pi_kernel_f64
2021-05-10 Jacob Lifshayfix build errors with stdsimd
2021-05-10 Jacob Lifshayrefactor to easily allow algorithms generic over f16...
2021-05-07 Jacob Lifshayworking on adding sin_cos_pi
2021-05-05 Jacob Lifshaystdsimd bindings work!
2021-05-05 Jacob Lifshayswitch to using separate VecBool8/16/32/64
2021-05-04 Jacob Lifshaystart adding stdsimd support
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-01 Jacob Lifshayworking on code