about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/structured_errors.rs
diff options
context:
space:
mode:
authorEduardo Sánchez Muñoz <eduardosm-dev@e64.io>2023-09-21 20:25:36 +0200
committerEduardo Sánchez Muñoz <eduardosm-dev@e64.io>2023-09-25 07:18:10 +0200
commit6ec63ed251f25d3c9b3d28321ebacee15d18fdae (patch)
treebd752743e01a6972e8e387d3e5501e6ae6b850a4 /compiler/rustc_hir_analysis/src/structured_errors.rs
parent356039985ea8eaf41ef54b89123bd68019181ef8 (diff)
downloadrust-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/structured_errors.rs')
0 files changed, 0 insertions, 0 deletions