Changeset 94513 in vbox
- Timestamp:
- Apr 7, 2022 1:22:43 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150858
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/uint128.h
r94511 r94513 33 33 #include <iprt/types.h> 34 34 #include <iprt/asm.h> 35 #ifdef RT_ARCH_AMD64 36 # include <iprt/asm-math.h> 37 #endif 35 #include <iprt/asm-math.h> 38 36 39 37 RT_C_DECLS_BEGIN -
trunk/include/iprt/uint256.h
r94511 r94513 33 33 #include <iprt/types.h> 34 34 #include <iprt/asm.h> 35 #ifdef RT_ARCH_AMD64 36 # include <iprt/asm-math.h> 37 #endif 35 #include <iprt/asm-math.h> 38 36 39 37 RT_C_DECLS_BEGIN
Note:
See TracChangeset
for help on using the changeset viewer.