-
Notifications
You must be signed in to change notification settings - Fork 215
denormals_are_zeros setting has unexpected side effects #666
Copy link
Copy link
Open
Labels
P2Priority: medium priorityPriority: medium prioritya: healthInvolves general matters of project configuration, health, maintenance, and similar concernsInvolves general matters of project configuration, health, maintenance, and similar concernscontributors welcomeHelp with this would be appreciatedHelp with this would be appreciated
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
P2Priority: medium priorityPriority: medium prioritya: healthInvolves general matters of project configuration, health, maintenance, and similar concernsInvolves general matters of project configuration, health, maintenance, and similar concernscontributors welcomeHelp with this would be appreciatedHelp with this would be appreciated
Type
Projects
- StatusShow more project fieldsNo status
qsim updates global flush-to-zero and denormals-are-zero control flags, but never resets them to their original values. This can lead to unexpected changes in the behavior of downstream code, e.g.:
it would be nice if these flags were reset after the simulation (ideally even if the simulation itself fails)