Assemblers for the new instructionsets

Assemblers for the new instructionsets

Paul C.的头像

Hi there, 

Last year I ported the Vector Pascal compiler to the AVX instructionsets, and would like to do a port to the Xeon Phi instructions, but before I do that I need to know what assemblers are available for the new instructions. I know that NASM is not yet available for it, but is there a Gnu Assembler for it, or any other open source assembler?

4 帖子 / 0 new
最新文章
如需更全面地了解编译器优化,请参阅优化注意事项.
TimP (Intel)的头像

gnu binutils for linux evidently has supported AVX for quite some time, including the versions supplied with current linux distros.

Paul C.的头像

I have no problems with avx it is with Xeon Phi that I am unclear

TimP (Intel)的头像

The forum specific to Intel(c) Xeon Phi(tm) is the place to ask about that. Cross-binutils components for that architecture are available in an optional download associated with the Intel64 linux compilers, as well as from gnu binutils sites.

登陆并发表评论。