Quoting Krzysztof Sakrejda (2017-11-02 05:36:56)

>    Thanks, I guess that does mean it'll work as long as the floating point
>    implementation is the same.


Basically everything uses IEEE-754 these days, so the representation of
floating point values isn't really any less portable than it is for
signed integers (where theoretically the standards allow for one's
compliment and signed-magnitude, but you'll be hard pressed to find
anything but two's compliment):

    
https://en.wikipedia.org/wiki/Floating-point_arithmetic#IEEE_754:_floating_point_in_modern_computers

You're welcome.

-Ian

-- 
You received this message because you are subscribed to the Google Groups 
"Cap'n Proto" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/capnproto.

Reply via email to