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
Both Intel and ARM have instruction set extensions : fma for intel, i8mm for arm, not counting the avx512 extensions too.
We currently represent these extensions as a parametric type parametrized by the instruction set it extends, eg fma<avx>.
It would be nice to explore a more intuitive representation, maybe avx<fma, ...> ?
The text was updated successfully, but these errors were encountered:
Both Intel and ARM have instruction set extensions : fma for intel, i8mm for arm, not counting the avx512 extensions too.
We currently represent these extensions as a parametric type parametrized by the instruction set it extends, eg
fma<avx>
.It would be nice to explore a more intuitive representation, maybe
avx<fma, ...>
?The text was updated successfully, but these errors were encountered: