mirror of
https://github.com/verilator/verilator.git
synced 2026-09-07 10:01:11 +02:00
C++11: constexpr replacing defines. No functional change intended.
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#define RELOOP_MIN_ITERS 40 // Need at least this many loops to do this optimization
|
||||
constexpr unsigned RELOOP_MIN_ITERS = 40; // Need at least this many loops to do this optimization
|
||||
|
||||
//######################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user