Skip to content

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

Open
iceiix wants to merge 2 commits into
masterfrom
subnormal
Open

Remove is_normal() DPI check to workaround emscripten/rustc bug#1
iceiix wants to merge 2 commits into
masterfrom
subnormal

Conversation

@iceiix
Copy link
Copy Markdown
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