VirtualBox

Changeset 93483 in vbox for trunk/src


Ignore:
Timestamp:
Jan 28, 2022 11:19:26 PM (3 years ago)
Author:
vboxsync
Message:

IPRT: Added generic C implementation of ASMMultU64ByU32DivByU32 (sames as in asm-math.h, though almost inaccessible there). bugref:9898

Location:
trunk/src/VBox/Runtime
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r93419 r93483  
    265265        common/asm/ASMCpuId_Idx_ECX.asm \
    266266        common/asm/ASMGetSegAttr.asm
     267
    267268
    268269#
     
    911912# Some non-assembly for non-AMD64 / non-x86 targets:
    912913RuntimeR3_SOURCES.arm32 += \
    913         common/string/RTStrEnd.cpp
     914        common/string/RTStrEnd.cpp \
     915        common/asm/ASMMultU64ByU32DivByU32-generic.cpp
    914916RuntimeR3_SOURCES.arm64 += \
    915         common/string/RTStrEnd.cpp
     917        common/string/RTStrEnd.cpp \
     918        common/asm/ASMMultU64ByU32DivByU32-generic.cpp
    916919RuntimeR3_SOURCES.sparc32 += \
    917         common/string/RTStrEnd.cpp
     920        common/string/RTStrEnd.cpp \
     921        common/asm/ASMMultU64ByU32DivByU32-generic.cpp
    918922RuntimeR3_SOURCES.sparc64 += \
    919         common/string/RTStrEnd.cpp
     923        common/string/RTStrEnd.cpp \
     924        common/asm/ASMMultU64ByU32DivByU32-generic.cpp
    920925
    921926# VBox specific stuff.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette