VirtualBox

Ignore:
Timestamp:
Sep 8, 2022 10:34:41 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153549
Message:

libs/softfloat-3e: Build fixes and cleanups for the sincos code. [build fix] bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/softfloat-3e/source/extF80_sincos.c

    r96664 r96666  
    4444static void cordic_sincos( float128_t z, float128_t *pv1, float128_t *pv2 SOFTFLOAT_STATE_DECL_COMMA )
    4545{
    46     float128_t v1 = { 0, 0 }; /* MSC thinks it can be used uninitialized */
    47     float128_t v2 = { 0, 0 }; /* MSC thinks it can be used uninitialized */
     46    float128_t v1 = { { 0, 0 } }; /* MSC thinks it can be used uninitialized */
     47    float128_t v2 = { { 0, 0 } }; /* MSC thinks it can be used uninitialized */
    4848    /** @todo TBD: CORDIC kernel should be easily implemented in assembly *   */
    4949
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette