-
Notifications
You must be signed in to change notification settings - Fork 107
Missing FMA instrinsics #1422
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
Comments
It throws a lot of
but doesn't actually crash at any point on an unimplemented intrinsic on my laptop despite it having AVX2 and FMA support. |
I've tracked down the 'corrupt deflate stream' error to a miscompilation of |
Thanks for tracking this down! I will fix it once I have time. |
The miscompilation has been fixed. It now crashes on |
rustfft now works on the even_more_simd_intrinsics branch. Next issue:
|
The failing test is avm2/edittext_tab_stops. I found several miscompilations in the stdarch test suite. Hopefully one of them is the cause of this test failure. Edit: Fixed the stdarch test suite failures. The ruffle test failure remains. |
@bjorn3 The |
I see. cg_clif currently only supports panic=abort, so test failures can't be caught. For regular libtest tests, |
Is
And
|
Looks like it. Seems like ruffle fully works as expected then. |
Current Ruffle master (ruffle-rs/ruffle@fa05c66) shows the following with
cargo-clif test -p tests
:The text was updated successfully, but these errors were encountered: