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

Deprecated signed integer types (non fixed-width) for bitwise reductions are being tested #1097

Open
davidozog opened this issue Aug 28, 2023 · 0 comments

Comments

@davidozog
Copy link
Member

We are testing deprecated types for bitwise reductions (short, int, long, and long long) in the SOS test suite, but these are deprecated and not supported by other libraries (e.g. OSHMPI).

I think we should remove them from the tests and consider marking the routines as deprecated, if possible. Removal might be appropriate too, because the operation is possibly ambiguous (given that these types might have either 1's or 2's complement representation).

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

No branches or pull requests

1 participant