Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.

Assemblers for the new instructionsets

Paul_C_7
Beginner
319 Views

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?

0 Kudos
3 Replies
TimP
Honored Contributor III
319 Views
gnu binutils for linux evidently has supported AVX for quite some time, including the versions supplied with current linux distros.
0 Kudos
Paul_C_7
Beginner
319 Views
I have no problems with avx it is with Xeon Phi that I am unclear
0 Kudos
TimP
Honored Contributor III
319 Views
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.
0 Kudos
Reply