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
CIR already have all Unary and Binary Operations support vector type. However, most of elementwise vector builtins are not implemented and supported.
Those builtins are listed here https://clang.llvm.org/docs/LanguageExtensions.html#vector-builtins.
Most of those have straightforward implementation.
We could refer to OG's example
The text was updated successfully, but these errors were encountered:
CIR already have all Unary and Binary Operations support vector type. However, most of elementwise vector builtins are not implemented and supported.
Those builtins are listed here https://clang.llvm.org/docs/LanguageExtensions.html#vector-builtins.
Most of those have straightforward implementation.
We could refer to OG's example
The text was updated successfully, but these errors were encountered: