vector-class-library Questions
1
Solved
I've run the same binaries compiled with gcc-13 (https://godbolt.org/z/qq5WrE8qx) on Intel i3-N305 3.8GHz and AMD Ryzen 7 3800X 3.9GHz PCs. This code uses VCL library (https://github.com/vectorclas...
Underwing asked 25/12, 2023 at 7:56
1
There are similar older questions, but they are using intrinsics and old instruction sets. I have a function f written with C++ vector class library (https://www.agner.org/optimize/#vectorclass):
i...
Cocainism asked 23/12, 2023 at 9:46
3
Solved
How can I create a library that will dynamically switch between SSE, AVX, and AVX2 code paths depending on the host processor/OS? I am using Agner Fog's VCL (Vector Class Library) and compiling wit...
Cantonment asked 7/6, 2016 at 13:34
1
© 2022 - 2024 — McMap. All rights reserved.