Changeset 96206 in vbox
- Timestamp:
- Aug 14, 2022 11:47:28 PM (2 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r96205 r96206 3067 3067 3068 3068 RuntimeR3NoCRTGCC_SOURCES.x86 = \ 3069 common/math/x86/fenv-x86.c \3070 3069 common/math/gcc/adddi3.c \ 3071 3070 common/math/gcc/anddi3.c \ -
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r96203 r96206 628 628 629 629 if1of ($(KBUILD_TARGET_ARCH), x86 amd64) 630 tstRTNoCrt-2_SOURCES.x86 += \ 631 ../common/math/rtNoCrtHasSse.asm 630 632 tstRTNoCrt-2_SOURCES += \ 631 633 ../common/math/atan.asm \ … … 642 644 ../common/math/fabs.asm \ 643 645 ../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 \ 646 660 ../common/math/floor.asm \ 647 661 ../common/math/floorf.asm \
Note:
See TracChangeset
for help on using the changeset viewer.