add count_leading_zeros, count_trailing_zeros, and count_ones implementations
[vector-math.git] / src / ir.rs
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 Lifshayswitch to using separate VecBool8/16/32/64
2021-05-04 Jacob Lifshayadd ilogb
2021-05-03 Jacob LifshayIR works!