VirtualBox

Changeset 96108 in vbox


Ignore:
Timestamp:
Aug 8, 2022 11:16:23 AM (2 years ago)
Author:
vboxsync
Message:

IPRT/nocrt: fma and fmaf. bugref:10261

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

Legend:

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

    r96102 r96108  
    25562556RuntimeGuestR3Shared_EXTENDS            := RuntimeGuestR3
    25572557RuntimeGuestR3Shared_INST                = $(INST_ADDITIONS_LIB)
    2558 
     2558ifdef VBOX_WITH_NOCRT_STATIC
     2559 if1of ($(KBUILD_TARGET), win)
     2560  RuntimeGuestR3Shared_SDKS              = $(RuntimeGuestR3_SDKS) VBOX_SOFTFLOATGUESTR3SHARED
     2561  RuntimeGuestR3Shared_SOURCES           = $(RuntimeGuestR3_SOURCES) \
     2562        common/math/fma.cpp \
     2563        common/math/fma-asm.asm \
     2564        common/math/fmaf.cpp \
     2565        common/math/fmaf-asm.asm \
     2566
     2567 endif
     2568endif
    25592569
    25602570#
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