| Replace {u,}int_least64_t with {u,}int64_t (#6239) Replaces the {u,}int_least64_t types used throughout the drcachesim code base with the more-precise {u,}int64_t types. We were treating them as 64-bit anyway in our printf codes and other places, and all our supported toolchains have precise 64-bit types. Adds a note to the release docs on the change. | 2 年前 |