File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1633,9 +1633,9 @@ defined in the _Itanium {Cpp} ABI_.
16331633The label value is derived from the lower 20 bits of the MD5 hash result of the
16341634function signature string. If the lower 20 bits are all zeros, use the next
1635163520 bits, and continue using the next 20 bits until a non-zero value is obtained.
1636- If less than 20 bits are available in the final segment, the highest 20 bits of
1637- the MD5 hash result will be used . If all 128 bits are zeros, the lower 20 bits
1638- of the MD5 hash result of the string "RISC-V" are used.
1636+ If less than 20 bits are available in the final segment, the remaining bits
1637+ will be zero-filled to make up 20 bits . If all 128 bits are zeros, the lower
1638+ 20 bits of the MD5 hash result of the string "RISC-V" are used.
16391639
16401640Additionally, here are a few specific rules:
16411641
You can’t perform that action at this time.
0 commit comments