Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

LLVM float and long double #309

Merged
merged 4 commits into from
Feb 29, 2020
Merged

LLVM float and long double #309

merged 4 commits into from
Feb 29, 2020

Conversation

isuruf
Copy link
Member

@isuruf isuruf commented Feb 22, 2020

@certik certik requested a review from bjodah February 23, 2020 05:07
Copy link
Contributor

@bjodah bjodah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Apart from the conditional compilation issue it looks great :)

return LLVMFloat(args, _load=True)

def llvm_long_double_loading_func(*args):
return LLVMLongDouble(args, _load=True)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this line needs to be conditionally included? using

   IF HAVE_SYMENGINE_LLVM_LONG_DOUBLE:

cf. https://ci.appveyor.com/project/isuruf/symengine-py-l1jmr/builds/30980461/job/57ju8pg99uquiiwc#L800

@bjodah bjodah self-requested a review February 29, 2020 11:23
@isuruf isuruf marked this pull request as ready for review February 29, 2020 15:32
@isuruf isuruf merged commit 9f48c43 into symengine:master Feb 29, 2020
@isuruf isuruf deleted the lambdify branch February 29, 2020 15:32
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants