Opened 9 years ago
Last modified 9 years ago
#9243 closed Bugs
Subopimal bitwise or (with bytes) — at Initial Version
Reported by: | Domagoj Šarić | Owned by: | John Maddock |
---|---|---|---|
Milestone: | To Be Determined | Component: | multiprecision |
Version: | Boost 1.54.0 | Severity: | Optimization |
Keywords: | Cc: |
Description
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...
Note:
See TracTickets
for help on using tickets.