VirtualBox

Ignore:
Timestamp:
Aug 8, 2022 10:15:00 PM (3 years ago)
Author:
vboxsync
Message:

IPRT/nocrt: l[l]round[lf] fixes. bugref:10261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/math/lroundf.cpp

    r96118 r96119  
    4040    if (isfinite(r32))
    4141    {
    42         r32 = roundf(r32);
     42        r32 = RT_NOCRT(roundf)(r32);
    4343        if (r32 >= (float)LONG_MIN && r32 <= (float)LONG_MAX)
    4444            return (long)r32;
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