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
libm_special.h is currently invalid if WINDOWS or WIN64 is defined since the _AMDLIBM_CODE enum is inside the else path, this causes _AMDLIBM_EXTERNAL to error because __amd_dppd is undefined.
The fix is to move the enum to the shared code path.
The text was updated successfully, but these errors were encountered:
libm_special.h
is currently invalid ifWINDOWS
orWIN64
is defined since the_AMDLIBM_CODE
enum is inside theelse
path, this causes_AMDLIBM_EXTERNAL
to error because__amd_dppd
is undefined.The fix is to move the enum to the shared code path.
The text was updated successfully, but these errors were encountered: