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
In an offline discussion with @Spencer-Comin, we found that some of the built-ins for example for leadingZeros, trailingZeros and popcnt were used on few platforms but not all. We found that GCC on Linux on Z also had built-ins which can be used. I am opening up this issue to keep track of adding usage of such built-ins on supported platforms.
The text was updated successfully, but these errors were encountered:
In an offline discussion with @Spencer-Comin, we found that some of the built-ins for example for leadingZeros, trailingZeros and popcnt were used on few platforms but not all. We found that GCC on Linux on Z also had built-ins which can be used. I am opening up this issue to keep track of adding usage of such built-ins on supported platforms.
The text was updated successfully, but these errors were encountered: