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

Rename "fortran" to "intrinsics", and enable for all arrays #2

Closed
mrnorman opened this issue Aug 4, 2020 · 1 comment
Closed

Rename "fortran" to "intrinsics", and enable for all arrays #2

mrnorman opened this issue Aug 4, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@mrnorman
Copy link
Owner

mrnorman commented Aug 4, 2020

  • Rename "FortranIntrinsics.h" to "Intrinsics.h", and the fortran namespace to intrinsics for those functions.
  • Enable intrinsics for all arrays, CArray, CSArray, FArray, and FSArray
  • Make it clear where ambiguity happens (i.e., what parallel space to perform the function)
    • Add a template parameter with a default in these cases so the user can control it
  • Move memset to "intrinsics"
@mrnorman mrnorman added the enhancement New feature or request label Aug 4, 2020
@mrnorman
Copy link
Owner Author

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant