Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add win32 build in batch #1946

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

blowekamp
Copy link
Member

This will replace the AZP batch build. The win32 build is interesting because the floating point operations are different that x64 intel.

This will replace the AZP batch build. The win32 build is interesting
because the floating point operations are different that x64 intel.
Copy link
Member

@zivy zivy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a need for using Win32 build given that with release 2.0 we stopped providing 32 bit binaries? What am I missing?

@blowekamp
Copy link
Member Author

The usefulness of the x86 instruction set is that it has a different set of FPU instructions which may give different computation results, and help with setting reasonable tolerances to tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants