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

Implement folding of x**y where y is real or complex #699

Merged
merged 2 commits into from Sep 10, 2019
Merged

Conversation

jeanPerier
Copy link
Collaborator

Fix #695 which was actually a TODO.
The implementation uses the host run-time function pow, either from libm or libpgmath.

This was a TODO. The implementation uses the host runtime
function pow, either from libm or libpgmath.
@jeanPerier jeanPerier merged commit 0efc573 into master Sep 10, 2019
@jeanPerier jeanPerier deleted the jpr-fix-695 branch September 17, 2019 08:56
swift-ci pushed a commit to apple/llvm-project that referenced this pull request Apr 9, 2020
This was a TODO. The implementation uses the host runtime
function pow, either from libm or libpgmath.

Original-commit: flang-compiler/f18@ee58112
Reviewed-on: flang-compiler/f18#699
Tree-same-pre-rewrite: false
swift-ci pushed a commit to apple/llvm-project that referenced this pull request Apr 9, 2020
swift-ci pushed a commit to apple/llvm-project that referenced this pull request Apr 9, 2020
…/jpr-fix-695

Implement folding of x**y where y is real or complex

Original-commit: flang-compiler/f18@0efc573
Reviewed-on: flang-compiler/f18#699
mem-frob pushed a commit to draperlaboratory/hope-llvm-project that referenced this pull request Oct 7, 2022
This was a TODO. The implementation uses the host runtime
function pow, either from libm or libpgmath.

Original-commit: flang-compiler/f18@ee58112
Reviewed-on: flang-compiler/f18#699
Tree-same-pre-rewrite: false
mem-frob pushed a commit to draperlaboratory/hope-llvm-project that referenced this pull request Oct 7, 2022
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.

None yet

4 participants