ARM 是否支持 64 位浮点数的 SIMD 操作? [英] Does ARM support SIMD operations for 64 bit floating point numbers?

查看:32
本文介绍了ARM 是否支持 64 位浮点数的 SIMD 操作?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

NEON 可以对 32 位浮点数进行 SIMD 操作.但不对 64 位浮点数进行 SIMD 操作.VFU 不是 SIMD.它只能对一个元素进行 32 位或 64 位浮点运算.

NEON can do SIMD operations for 32 bit float numbers. But does not do SIMD operations for 64 bit float numbers. VFU is not SIMD. It can do 32 bit or 64 bit floating point operations only on one element.

ARM 是否支持 64 位浮点数的 SIMD 运算?

Does ARM support SIMD operations for 64 bit floating point numbers?

推荐答案

这仅适用于支持 ARMv8 的处理器,并且仅适用于运行 Aarch64 指令集的情况.这在 Aarch32 指令集中是不可能的.

This is only possible on processors supporting ARMv8, and only when running Aarch64 instruction set. This is not possible in Aarch32 instruction set.

然而,大多数处理器支持 32 位和 64 位标量浮点运算(即浮点单元).

However most processors support 32-bit and 64-bit scalar floating-point operations (ie floating-point unit).

这篇关于ARM 是否支持 64 位浮点数的 SIMD 操作?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆