Ignore:
Timestamp:
09/23/07 19:12:08 (17 years ago)
Author:
r2d
Message:

corrected error with optimized gcc builds and CVD_FASTLOG defined

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/include/mpc/mpcmath.h

    r333 r349  
    2424        mpc_int32_t n;
    2525} mpc_floatint;
     26
     27typedef union mpc_doubleint
     28{
     29        double   d;
     30        mpc_int32_t n[2];
     31} mpc_doubleint;
    2632
    2733static mpc_inline mpc_int32_t mpc_lrintf(float fVal)
Note: See TracChangeset for help on using the changeset viewer.