src/core/model/int64x64-128.cc
changeset 11531 5d6b3f94ebf3
parent 11356 8589e611d657
child 11538 397bd6465dd9
equal deleted inserted replaced
11530:65ddfcaae79a 11531:5d6b3f94ebf3
    23 #include "log.h"
    23 #include "log.h"
    24 
    24 
    25 /**
    25 /**
    26  * \file
    26  * \file
    27  * \ingroup highprec
    27  * \ingroup highprec
    28  * Implementation of the ns3::int64x64_t type using a native int128_t type..
    28  * Implementation of the ns3::int64x64_t type using a native int128_t type.
    29  */
    29  */
    30 
    30 
    31 namespace ns3 {
    31 namespace ns3 {
    32 
    32 
    33 // Note:  Logging in this file is largely avoided due to the
    33 // Note:  Logging in this file is largely avoided due to the