Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Assemblers for the new instructionsets

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