coretests: Give ieee754.rs a more accurate name

This commit is contained in:
Trevor Gross
2026-03-19 16:21:40 +00:00
parent f9c0284206
commit 4211234269
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -25,10 +25,10 @@
mod carryless_mul;
mod const_from;
mod dec2flt;
mod float_ieee754_flt2dec_dec2flt;
mod float_iter_sum_identity;
mod floats;
mod flt2dec;
mod ieee754;
mod int_log;
mod int_sqrt;
mod midpoint;