VirtualBox

Changeset 96206 in vbox


Ignore:
Timestamp:
Aug 14, 2022 11:47:28 PM (2 years ago)
Author:
vboxsync
Message:

IPRT/nocrt: Removed old fenv code. bugref:10261

Location:
trunk/src/VBox/Runtime
Files:
2 deleted
2 edited

Legend:

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

    r96205 r96206  
    30673067
    30683068RuntimeR3NoCRTGCC_SOURCES.x86 = \
    3069         common/math/x86/fenv-x86.c \
    30703069        common/math/gcc/adddi3.c \
    30713070        common/math/gcc/anddi3.c \
  • trunk/src/VBox/Runtime/testcase/Makefile.kmk

    r96203 r96206  
    628628
    629629if1of ($(KBUILD_TARGET_ARCH), x86 amd64)
     630tstRTNoCrt-2_SOURCES.x86 += \
     631        ../common/math/rtNoCrtHasSse.asm
    630632tstRTNoCrt-2_SOURCES += \
    631633        ../common/math/atan.asm \
     
    642644        ../common/math/fabs.asm \
    643645        ../common/math/fabsf.asm \
    644         ../common/math/fegetround.asm \
    645         ../common/math/fesetround.asm \
     646        ../common/math/fegetenv.asm \
     647        ../common/math/fesetenv.asm \
     648        ../common/math/feholdexcept.asm \
     649        ../common/math/fegetround.asm \
     650        ../common/math/fesetround.asm \
     651        ../common/math/fegetx87precision.asm \
     652        ../common/math/fesetx87precision.asm \
     653        ../common/math/fegetexcept.asm \
     654        ../common/math/feenableexcept.asm \
     655        ../common/math/fedisableexcept.asm \
     656        ../common/math/feclearexcept.asm \
     657        ../common/math/fegetexceptflag.asm \
     658        ../common/math/fesetexceptflag.asm \
     659        ../common/math/fetestexcept.asm \
    646660        ../common/math/floor.asm \
    647661        ../common/math/floorf.asm \
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