<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - rounding.h:102:2: error: #error "Unsupported or undefined LONG_BIT""
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91591#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - rounding.h:102:2: error: #error "Unsupported or undefined LONG_BIT""
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91591">bug 91591</a>
              from <span class="vcard"><a class="email" href="mailto:sroland@vmware.com" title="Roland Scheidegger <sroland@vmware.com>"> <span class="fn">Roland Scheidegger</span></a>
</span></b>
        <pre>What a mess...
I found some reference that for c++ you need to define __STDC_LIMIT_MACROS
before including <stdint.h> to make it work. Dunno though if that's the problem
here. Also, do we need to include <limits.h>?
Otherwise I'd just say we should ditch the longs. Not worth the trouble for
something every caller just converts to an int anyway (even if it means that
indeed _mesa_lroundevenf() wouldn't quite be lrintf equivalent, but who cares).</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>