How to use the Intel AVX in Java?

前端 未结 5 920
不思量自难忘°
不思量自难忘° 2021-02-19 07:51

How do I use the Intel AVX vector instruction set from Java? It\'s a simple question but the answer seems to be hard to find.

5条回答
  •  你的背包
    2021-02-19 08:14

    Check for yeppp library. It has java binding and its very fast cross platform SIMD Library.

    http://www.yeppp.info

提交回复
热议问题