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

Fix issues with undefined behavior and compiler warnings #60

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

Conversation

ddcc
Copy link

@ddcc ddcc commented Sep 29, 2016

I tested the changes with make test on both x86_64 and arm.

Note that even without these changes, on arm (-ffast-math -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4), I get ~1360 / 84663 failures, and on x86_64 (-march=corei7-avx), I get 1 / 84663 failures (dotprod_cccf_struct_lengths). It appears that the failures are all due to issues with floating-point tolerance, but I haven't verified each test result.

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