forum-msg-id-136384-edit
Original date:2021-09-23 13:21:06 Edited by: petelomax Subject: Re: Euphoria 32 & 64 Bits
SDPringle said...
if machine::ADDRESS_LENGTH = 8 then
Is that really a double colon?
FYI, Phix has machine_word() [4 or 8] and machine_bits() [32 or 64], both of which are resolved by the front end, which then goes on to completely optimise away both the test and all of the unnecessary branch's code block.
Not Categorized, Please Help
|