add count_leading_zeros, count_trailing_zeros, and count_ones implementations
[vector-math.git] / src / f16.rs
2021-05-14 Jacob Lifshayadd ceil and floor
2021-05-14 Jacob Lifshayuse round_to_nearest_ties_to_even to implement round
2021-05-13 Jacob Lifshayadd trunc implementation
2021-05-13 Jacob Lifshayadd copy_sign and genericify abs
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-05 Jacob Lifshaystdsimd bindings work!
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 Lifshayclarify explanatory comment
2021-05-03 Jacob Lifshayimpl traits for scalar types