mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-18 20:03:39 +00:00
Fixed a few VS warnings
This commit is contained in:
parent
18cb8b4636
commit
34caeeb4f3
3 changed files with 3 additions and 3 deletions
|
@ -181,7 +181,7 @@ struct PerformanceTimer
|
|||
}
|
||||
|
||||
float sec() const {
|
||||
return total_ns * 1e-9;
|
||||
return total_ns * 1e-9f;
|
||||
}
|
||||
#else
|
||||
static int64_t query() { return 0; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue