mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-11 10:18:07 +00:00
Merge pull request #5408 from rocallahan/atomic-mfp
Make `mfp` const methods thread-safe.
This commit is contained in:
commit
b7a72811cc
2 changed files with 45 additions and 14 deletions
|
@ -21,6 +21,7 @@
|
|||
#define YOSYS_COMMON_H
|
||||
|
||||
#include <array>
|
||||
#include <atomic>
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <tuple>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue