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

NEWTON_DOUBLE_PRECISION=on broken since f8e1a3c64b70dff7159416e3a8abb7874f547783 #287

Closed
perkinslr opened this issue Jul 10, 2022 · 2 comments

Comments

@perkinslr
Copy link
Contributor

Starting with that commit, building with double precision results in

/tmp/newton-dynamics/newton-4.00/sdk/dCollision/ndScene.cpp:2816:13: error: no matching function for call to 'ndMax'
                                max_x = ndMax(intPosit.m_ix, max_x);

(and the same on the next 2 lines)

And as of commit a5f11c2
it also has the following error

/tmp/newton-dynamics/newton-4.00/sdk/dCollision/ndScene.cpp:96:5: warning: array index 3 is past the end of the array (which contains 3 elements) [-Warray-bounds]
                                m_keyCode[3] = 2;
                                ^         ~
/tmp/newton-dynamics/newton-4.00/sdk/dCollision/ndScene.cpp:105:4: note: array 'm_keyCode' declared here
                        ndUnsigned32 m_keyCode[3];
@JulioJerez
Copy link
Contributor

JulioJerez commented Jul 10, 2022 via email

@JulioJerez
Copy link
Contributor

ok the double precision problem is fixed now.

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

No branches or pull requests

2 participants