Skip to content

Imports of ffast-math compiled extensions change global FPU state #37

@vovaf709

Description

@vovaf709

For example import imops breaks floating point subnormals flushing them to 0:

import sys
sys.float_info.min / 2 != 0.0  # True

import imops
sys.float_info.min / 2 != 0.0  # False

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions