VirtualBox

Changeset 96167 in vbox


Ignore:
Timestamp:
Aug 12, 2022 12:08:47 PM (2 years ago)
Author:
vboxsync
Message:

IPRT/nocrt: Simple atan, atanf, atan2 and atan2f implementations based on the FPATAN instruction (x87). bugref:10261

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

Legend:

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

    r96164 r96167  
    18971897
    18981898  RuntimeR3_SOURCES.x86 = $(RuntimeBaseR3_SOURCES.x86) \
     1899        common/math/atan.asm  \
     1900        common/math/atanf.asm  \
     1901        common/math/atan2.asm  \
     1902        common/math/atan2f.asm  \
    18991903        common/math/cos.asm  \
    19001904        common/math/cosf.asm  \
     
    19451949        common/string/strpbrk.cpp
    19461950  RuntimeR3_SOURCES.amd64 = $(RuntimeBaseR3_SOURCES.amd64) \
     1951        common/math/atan.asm  \
     1952        common/math/atanf.asm  \
     1953        common/math/atan2.asm  \
     1954        common/math/atan2f.asm  \
    19471955        common/math/cos.asm  \
    19481956        common/math/cosf.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