Hi,

Am Wed, 20 Jan 2010 22:01:42 +0100
schrieb Ruben Rios <[email protected]>:

> a) which option do you recommend me for the implementation of the 128
> bit data type,  a struct containing several uintX_t or an array of
> uintX_t ???
To me Arik's variant with the struct looked very appealing.
 
> b) should I use uint8_t, uint16_t, uint32_t or uint64_t ???
I think I would use a struct with two uint64_t, in the hope that it
mitigates most bit-twiddling issues.

Best regards,...
--
Marcus.

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to