-
Notifications
You must be signed in to change notification settings - Fork 130
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 loop-based Fortran intrinsics #1394
Conversation
…eturn type of intrinsic
…ry operations with an array
@acalotoiu Please review - all of the loop-based intrinsic should now be ready. We also need to merge #1390 before this one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please resolve the conflict.
@acalotoiu Merge conflict is now resolved. It's ready to merge once tests pass. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @mcopik ! LGTM!
This PR contributes the missing intrinsic to the Fortran frontend that requires a loop-based implementation. Furthermore, it also reorganizes the implementation of existing intrinsics, moves to a separate module, increases code reuse, and adds more tests.
This PR depends on #1390 - it needs to be merged first.
Intrinsics: