简体   繁体   English

汇编列表中使用的SIMD指令

[英]SIMD instructions used in assembly listing

If the following compilation option is used 如果使用以下编译选项

–O3 –mtune=barcelona –msse4.2 –fprefetch-loop-arrays

How to know from assembly listing that the SIMD instructions are used ? 如何从汇编列表中了解使用SIMD指令?

Assuming you're working on Linux (or similar), you can use objdump to examine the assembler of your object file or executable. 假设您正在使用Linux(或类似的),您可以使用objdump来检查目标文件或可执行文件的汇编程序。 You can then examine it for instances of SIMD instructions . 然后,您可以检查SIMD指令的实例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM