Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

Assemblers for the new instructionsets

Paul_C_7
Beginner
667 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
667 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
667 Views
I have no problems with avx it is with Xeon Phi that I am unclear
0 Kudos
TimP
Honored Contributor III
667 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