Ticket #65875: patch-src-base-low-cl_low_mul.cc.diff

File patch-src-base-low-cl_low_mul.cc.diff, 715 bytes (added by Schamschula (Marius Schamschula), 20 months ago)
  • src/base/low/cl_low_mul.cc

    old new  
    1010// Implementation.
    1111
    1212#ifdef NEED_VAR_mulu32_high
    13 uint32 mulu32_high;
     13extern "C" uint32 mulu32_high;
    1414#endif
    1515
    1616#ifdef NEED_FUNCTION_mulu32_
    17 uint32 mulu32_high;
     17extern "C" uint32 mulu32_high;
    1818namespace cln {
    1919uint32 mulu32_ (uint32 x, uint32 y)
    2020{
     
    5050
    5151
    5252#ifdef NEED_VAR_mulu64_high
    53 uint64 mulu64_high;
     53extern "C" uint64 mulu64_high;
    5454#endif
    5555
    5656#ifdef NEED_FUNCTION_mulu64_
    57 uint64 mulu64_high;
     57extern "C" uint64 mulu64_high;
    5858namespace cln {
    5959extern "C" uint64 mulu64_ (uint64 x, uint64 y);
    6060uint64 mulu64_ (uint64 x, uint64 y)