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
Update CL_FP_FMA definition language to remove ambiguity (#1391)
* Update CL_FP_FMA definition language to remove ambiguity
Previously, having CL_FP_FMA==0 could be interpreted as the fma builtin function not being implemented. This new wording makes it clearer that the flag only specifies how the builtin function is implemented.
* Fix CL_FP_FMA wording for full-profile.
* Fix CL_FP_FMA wording for half type.
* Fix text layout consistency
0 commit comments