You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In https://immunant.com/blog/2020/01/quake3/ it was noted at the "Tied Operands in Inline Assembly" section that gcc and clang use the biggest of the operands as register size and then truncates when necessary. LLVM however leaves this undefined.
The text was updated successfully, but these errors were encountered:
In https://immunant.com/blog/2020/01/quake3/ it was noted at the "Tied Operands in Inline Assembly" section that gcc and clang use the biggest of the operands as register size and then truncates when necessary. LLVM however leaves this undefined.
The text was updated successfully, but these errors were encountered: