Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/ieee_double.c

    r1cf26ab r82d062d8  
    4545        const int exponent_bias = 1075;
    4646
    47         static_assert(sizeof(val) == sizeof(uint64_t));
     47        assert(sizeof(val) == sizeof(uint64_t));
    4848
    4949        union {
Note: See TracChangeset for help on using the changeset viewer.