How to use the Intel AVX in Java?

前端 未结 5 918
不思量自难忘°
不思量自难忘° 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:24

    To use these operations from Java you need a library like JavaCV This library enables vector operations for both Intel Processors and GPUs like NVIDIA.

提交回复
热议问题