- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would like to use 10 AVX2 ymm registers (ymm0 - ymm9) as a storage location fow 80 DWORD (uint32_t) data.
How to program a function for storing and reading DWORD data from ymm registers in "Visual Studio 2022" with AVX2 enabled using intrinsic commands (and/or MAKRO/ASM).
I need to create a function void S(int x, uint32_t y) and uint32_t R(int x) to store and read uint32_t value to ymm0-9 register at the proper position.
For example S(20, 0x1234) should store the value to ymm2 at the position 3
Link Copied
0 Replies
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