You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could instead implement a custom type that calls the user-provided operation in its `operator+`, and then always call `operator+`. This would get rid of these macros and special casing for known operators.
ldionne
changed the title
We could instead implement a custom type that calls the user-provided operation in its operator+, and then always call operator+. This would get rid of these macros and special casing for known operators.
[libc++] Improve the implementation of transform_reduce in the OpenMP backend
Mar 27, 2024
Can be done in a follow-up.
Originally posted by @ldionne in #66968 (comment)
The text was updated successfully, but these errors were encountered: