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
Is your feature request related to a problem? Please describe.
Pointer alignment is a crucial optimization to get the best performance in many applications. C++20 standardizes the function to inform the compiler of the pointer alignment with std::assume_aligned
Describe the solution you'd like
Provide std::assume_aligned backported to previous c++ standard by using compiler intrinsic
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is this a duplicate?
Area
libcu++
Is your feature request related to a problem? Please describe.
Pointer alignment is a crucial optimization to get the best performance in many applications. C++20 standardizes the function to inform the compiler of the pointer alignment with
std::assume_aligned
Describe the solution you'd like
Provide
std::assume_aligned
backported to previous c++ standard by using compiler intrinsicDescribe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: