|
|
|
|
|
by atn34
758 days ago
|
|
> provided you understand the semantics of your target architecture Unless you're writing inline assembly or intrinsics or something like that, the semantics of your target architecture are quite irrelevant. If you're reasoning about the target architecture semantics that's a pretty good indication that what you're writing is undefined behavior. Reasoning about performance characteristics of your target architecture is definitely ok though. |
|