Changes between Initial Version and Version 1 of Ticket #9243
- Timestamp:
- Oct 12, 2013, 9:52:21 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9243 – Description
initial v1 1 1 I'd expect oring with a byte (or any integral builtin type smaller or equal in size to a static, unchecked, unsigned cpp_int) to produce a single instruction, yet it evaluates to a call to a fairly fat function... 2 3 ps. I'm doing 4 number<> big_int; 5 unsigned char const * p_data; 6 while () { big_int |= *p_data++; big_int <<= 8; }