• Stephan Bergmann's avatar
    Work around undef conversion of large double to float · b5cb4935
    Stephan Bergmann yazdı
    ...as flagged by -fsanitize=undefined.  But is it really undefined?
    [conv.double] "If the source value is between two adjacent destination values,
    the result of the conversion is an implementation-defined choice of either of
    those values."  So if the double is between std::numeric_limits<float>::max()
    and std::numeric_limits<float>::infinity()...
    
    Change-Id: I6389c8ac4a922991e240638d231dd2a39e173882
    b5cb4935
Adı
Son kayıt (commit)
Son güncelleme
..
alloc Loading commit data...
bootstrap Loading commit data...
cipher Loading commit data...
crc32 Loading commit data...
digest Loading commit data...
doublelock Loading commit data...
locale Loading commit data...
logfile Loading commit data...
math Loading commit data...
ostring Loading commit data...
oustring Loading commit data...
oustringbuffer Loading commit data...
process Loading commit data...
random Loading commit data...
strings Loading commit data...
textenc Loading commit data...
uri Loading commit data...
uuid Loading commit data...