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
prov/efa: Remove x86-64 architecture check for static_assert
This commit removes the x86-64 architecture check from the static_assert
conditional compilation directive. The static_assert feature is not
architecture-dependent and should be checked on all platforms that
support it.
Signed-off-by: Jessie Yang <[email protected]>
0 commit comments