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
As with https://github.com//issues/110392, GCC has implemented this in recent patches. Consider the following example.
https://godbolt.org/z/M8Pe1G6Ge
```cpp
#include <arm_sve.h>
#134116 introduced general simplification support for SVE intrinsics that have an IR instruction equivalent. The PR only covered mul but has since been extended to cover the majority of binops.
As with #110392, GCC has implemented this in recent patches. Consider the following example.
https://godbolt.org/z/M8Pe1G6Ge
GCC:
Clang:
I referred to the GCC patch below.
svmul
svdiv
The text was updated successfully, but these errors were encountered: