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
By the way, according to the Viktor developers' data, automatic vectorization is OK in JVM, so manual Vector arithmetic doesn't give any benefits. JetBrains-Research/viktor#47
The difference is that Vector API guarantees vectorization while regular loop will depend on JVM implementation. This issue priority is not very high, but it is good for external contributors.
Another difference is that the loop vectorization is available since at least JDK 1.8, while Vector API starts with JDK 16. (This might or might not be a problem.)
No description provided.
The text was updated successfully, but these errors were encountered: