[GSoC 2019] Interested in Baremetal D Runtime and project ideas

Stefanos Baziotis sdi1600105 at di.uoa.gr
Wed Apr 10 15:12:02 UTC 2019


On Wednesday, 10 April 2019 at 14:12:02 UTC, Iain Buclaw wrote:
>
> You need to cast(bool), or memcmp() == 0.

Yes, thanks, didn't catch it.

> I guess the reason why it wouldn't inline might be to do with 
> the endianess, and that the order memcmp compares is in the 
> other direction - I think you'll need to bswap all values 
> before you compare.

 From what I know, endianess can cause differences in the result 
but how
does it change the inlining of the compiler?


More information about the Digitalmars-d mailing list