divilian / specstar

Combines SPECscape and SPECnet into one project
1 stars 1 forks source link

Change Int64's to Int's for backwards compatibility #56

Closed divilian closed 5 years ago

divilian commented 5 years ago

Ancient systems like @venkatachalapathy's prehistoric Linux laptop can't support 64-bit integers. If we change every instance of Int64 to Int, Julia will automatically create a 64-bit, or 32-bit, integer for us, depending on the underlying system.