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

Remove is_normal() DPI check to workaround emscripten/rustc bug #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

iceiix
Copy link
Owner

@iceiix iceiix commented Jan 19, 2019

rustc 1.32.0 + emscripten sdk-1.38.22-64bit:
thread 'main' panicked at 'x=2, is_sign_positive=true, is_normal=true, classify=Normal, to_bits=0x4000000000000000, ==2.0=true', normaltest.rs:3:5

rustc 1.31.0 + emscripten sdk-1.37.12-64bit:
thread 'main' panicked at 'x=2, is_sign_positive=true, is_normal=false, classify=Subnormal, to_bits=0x4000000000000000, ==2.0=true', normaltest.rs:3:5

rust-windowing#760 (comment)
rust-windowing#760 (comment)

rustc 1.32.0 + emscripten sdk-1.38.22-64bit:
thread 'main' panicked at 'x=2, is_sign_positive=true, is_normal=true, classify=Normal, to_bits=0x4000000000000000, ==2.0=true', normaltest.rs:3:5

rustc 1.31.0 + emscripten sdk-1.37.12-64bit:
thread 'main' panicked at 'x=2, is_sign_positive=true, is_normal=false, classify=Subnormal, to_bits=0x4000000000000000, ==2.0=true', normaltest.rs:3:5

rust-windowing#760 (comment)
rust-windowing#760 (comment)
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.

1 participant