Closed shomagan closed 6 years ago
@shomagan Do you have paypal or venmo? I can send you money to buy the development board. Or I can just let you add extra hours manually on upwork (but then I will have to pay extra fees)
@shomagan email me at hello at stratifylabs.co with the info.
Ok i sent on email
repeatable tests TEST_CASE(mul_u64, op_u64, op_u64, 100ULL, 100ULL, ), //line 136 TEST_CASE(mul_u64, op_u64, op_u64, 100ULL, 100ULL, ), ....... TEST_CASE(mul_s64, op_s64, op_s64, 100ULL, 100ULL, ), // line 149 TEST_CASE(mul_s64, op_s64, op_s64, 100ULL, 100ULL, ), TEST_CASE(mul_s64, op_s64, op_s64, 100ULL, 100ULL, *),