gpt4 book ai didi

x86 - 目前哪些汇编器支持 AVX 指令集?

转载 作者:行者123 更新时间:2023-12-04 06:29:19 26 4
gpt4 key购买 nike

我想开始使用一些 AVX(高级矢量扩展)指令。我知道英特尔提供了一个模拟器来测试包含这些指令的软件(请参阅 this question ),但由于我不想手动编写十六进制代码,因此出现了关于 的问题。哪些汇编程序目前知道 AVX 指令集?

我对在 Windows 下运行并且可以接受 Intel 语法的汇编程序最感兴趣。

最佳答案

MASM 64Bits (ML64.EXE) 似乎支持 AVX 指令集。
来自 MS vcblog , 据说:

Support for AVX in Intel and AMDprocessors: Intel AVX (IntelAdvanced Vector Extensions) is a 256bit instruction set extension to SSEand is designed for applications thatare floating point intensive [...].

InVS2010 release, all AVX features andinstructions are fully supported viaintrinsic and /arch:AVX. Manyoptimizations have been added toimprove the code quality of AVX codegeneration which will be describedwith more details in an upcoming blogpost. In addition to AVX support inthe compiler, the Microsoft MacroAssembler (MASM) in VS2010 alsosupports the Intel AVX instruction setfor x86 and x64.


编辑:
根据此页面,YASM 和 NASM 似乎也支持 Intel AVX:
http://software.intel.com/en-us/articles/intel-software-development-emulator/

关于x86 - 目前哪些汇编器支持 AVX 指令集?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1737917/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com