- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
May I ask - what compilers/IDE are better for AVX2 / AVX512 extensions code? What source code style is preferable - C/C++ with intrinsic? or inline assembler? Some macro assembler?
It is real problem for me - I starts new project and the price of wrong decision might be high (i'm novice with this stuff)
- Tags:
- Intel® Advanced Vector Extensions (Intel® AVX)
- Intel® Streaming SIMD Extensions
- Parallel Computing
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Inline assembly is not supported by several important compiler/ide combinations so that would limit portability. The answer could depend strongly on your intended range of targets.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for any comments. My targets are i7 - i9 under Zero-OS (FreeDOS or RTDOS). I should choice development host/environment...

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page