fix copysign
[vector-math.git] / src / prim.rs
2021-05-14 Jacob Lifshayfix copysign
2021-05-14 Jacob Lifshayuse round_to_nearest_ties_to_even to implement round
2021-05-14 Jacob Lifshayadd round_to_nearest_ties_to_even
2021-05-13 Jacob Lifshayadd trunc implementation
2021-05-13 Jacob Lifshayfix build errors when `std` is disabled
2021-05-10 Jacob Lifshayimplement sin_cos_pi_f32
2021-05-10 Jacob Lifshaymake ulp testing code more generic
2021-05-10 Jacob Lifshayrefactor to easily allow algorithms generic over f16...