Skip to content
  • David Gobbi's avatar
    ENH: Add math function for nearest power of two. · 93f35796
    David Gobbi authored
    There are several places in VTK where the bounding power of two is
    computed.  It is safer to centralize the code.  Use an O(log(N))
    algorithm instead of the O(N) algorithm that was used before.
    
    Change-Id: Idef2522d5a9357863837959975c0592751971010
    93f35796