3
0
Fork 0
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:
Miodrag Milanović 2025-10-08 13:08:16 +02:00 committed by GitHub
commit b7a72811cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 45 additions and 14 deletions

View file

@ -21,6 +21,7 @@
#define YOSYS_COMMON_H
#include <array>
#include <atomic>
#include <map>
#include <set>
#include <tuple>