We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following is very wrong code (from sage/rings/real_mpfi.pyx)
sage/rings/real_mpfi.pyx
# todo: The <object> coerce is evidently to get around a weird bug in SageX (?) mpfi_interv_q(self.value, <object>rat.value, <object>rat1.value)
Surprisingly, it only breaks on PPC64. See #11705 for more context.
Component: porting
Keywords: ppc64 big endian mpfi
Author: Paul Zimmermann, Jeroen Demeyer
Reviewer: François Bissey
Merged: sage-5.0.beta14
Issue created by migration from https://trac.sagemath.org/ticket/12829
The text was updated successfully, but these errors were encountered:
Attachment: 12829_mpfi.patch.gz
Sorry, something went wrong.
Works for me on the power7 box I have access to.
sagetrac-drkirkby
No branches or pull requests
The following is very wrong code (from
sage/rings/real_mpfi.pyx
)Surprisingly, it only breaks on PPC64. See #11705 for more context.
Component: porting
Keywords: ppc64 big endian mpfi
Author: Paul Zimmermann, Jeroen Demeyer
Reviewer: François Bissey
Merged: sage-5.0.beta14
Issue created by migration from https://trac.sagemath.org/ticket/12829
The text was updated successfully, but these errors were encountered: