List Question
16 TechQA 2023-12-25T07:56:10.160000Looking for an efficient function to find an index of max element in SIMD vector using a library
290 views
Asked by Paul Jurczak
I used Agner Fog's vector class but met a serious performance reduction problem when the code was compiled by MSVC
115 views
Asked by hamster_watcher
How to use VCL as a separate namespace?
69 views
Asked by Vladislav Kogan
How to gather arbitrary indexes in VCL with AVX2 enabled
162 views
Asked by Vladislav Kogan
AVX2/VCL : static/dynamic lane scheduling
128 views
Asked by David Jobet
Can't get vectorclass library to compile to AVX2 instructions in MSVC2019
94 views
Asked by blmckinley
Vector class library: solivng a problem while using vec4d
112 views
Asked by Luc
How to compile a project which requires SSE2 on MacBook with M1 chip?
4.7k views
Asked by Alisa Nozdrina
Vector resize function not working properly c++
368 views
Asked by Robert
Are there any real benefits to compiling a 32-bit version of my DLL with AVX or higher?
294 views
Asked by dts
Is it good or bad (performance-wise) to use std::vector<Vec8d>
766 views
Asked by wvc
Vector class library for processing speed
1.3k views
Asked by batuman
Compile multi-architecture code using Agner's Vector Class Library
752 views
Asked by Aleksandr Dubinsky