Github user WeichenXu123 commented on the issue:

    https://github.com/apache/spark/pull/14898
  
    @srowen I research the implements about BLAS on this, and it shows that 
level-1 blas operation using loop is fast enough and there is no need to use 
specific cpu instructions. but here breeze use `cForRange`(a native implement 
for loop) to do the loop instead of `while` in scala. But currently performance 
tests between the two ways show no big difference so I would like to keep the 
code as it is for now. thanks~


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to