VirtualBox

Ignore:
Timestamp:
Aug 8, 2022 11:17:09 PM (3 years ago)
Author:
vboxsync
Message:

IPRT/nocrt: scm fixes. bugref:10261

File:
1 edited

Legend:

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

    r96119 r96126  
    4343        if (r32 >= (float)LLONG_MIN && r32 <= (float)LLONG_MAX)
    4444            return (long)r32;
    45         // @todo RT_NOCRT(feraiseexcept)(FE_INVALID);
     45        /** @todo RT_NOCRT(feraiseexcept)(FE_INVALID); */
    4646        return r32 > 0 ? LLONG_MAX : LLONG_MIN;
    4747    }
    48     // @todo RT_NOCRT(feraiseexcept)(FE_INVALID);
     48    /** @todo RT_NOCRT(feraiseexcept)(FE_INVALID); */
    4949    return LLONG_MAX;
    5050}
    5151RT_ALIAS_AND_EXPORT_NOCRT_SYMBOL(llroundf);
    5252
    53 
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