diff options
| author | Eduardo Sánchez Muñoz <eduardosm-dev@e64.io> | 2023-09-21 20:25:36 +0200 |
|---|---|---|
| committer | Eduardo Sánchez Muñoz <eduardosm-dev@e64.io> | 2023-09-25 07:18:10 +0200 |
| commit | 6ec63ed251f25d3c9b3d28321ebacee15d18fdae (patch) | |
| tree | bd752743e01a6972e8e387d3e5501e6ae6b850a4 /compiler/rustc_hir_analysis/src | |
| parent | 356039985ea8eaf41ef54b89123bd68019181ef8 (diff) | |
| download | rust-6ec63ed251f25d3c9b3d28321ebacee15d18fdae.tar.gz rust-6ec63ed251f25d3c9b3d28321ebacee15d18fdae.zip | |
Fix the carry semantics of `_addcarry_u32` and `_addcarry_u64`
The input carry is an 8-bit value that is interpreted as 1 when it is non-zero. The output carry is an 8-bit value that will be 0 or 1. https://www.intel.com/content/www/us/en/docs/cpp-compiler/developer-guide-reference/2021-8/addcarry-u32-addcarry-u64.html
Diffstat (limited to 'compiler/rustc_hir_analysis/src')
0 files changed, 0 insertions, 0 deletions
