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.

simple question about avx instructions.

Roberto_O_
Beginner
645 Views

i want to know if avx instructions use only one thread or if they are multithreaded?

0 Kudos
1 Reply
TimP
Honored Contributor III
645 Views

No different from any other instruction; threading is outside instruction level and each thread can execute instructions.

Not knowing what you're getting at, it's entirely possible that multiple threads on a single core may be slower with AVX-256 than with 128-bit wide instructions, or compared with a single thread of AVX-256, due to cache performance issues.

0 Kudos
Reply