![]() |
|
[BUG] "Detected no AVX2 support" - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [BUG] "Detected no AVX2 support" (/thread-4348.html) |
"Detected no AVX2 support" - sharkeylaser - 15.03.2026 Hello! I just updated to "Hybrid_dev_2026.03.08-182859" and noticed the message "Detected no AVX2 support" in the logs. I don't recall seeing that before. My CPU is an Intel i7-5930K and it does support AVX2 (https://www.intel.com/content/www/us/en/products/sku/82931/intel-core-i75930k-processor-15m-cache-up-to-3-70-ghz/specifications.html). I don't believe AVX2 can be toggled via BIOS, and it is shown as an instruction via CPU-Z (shown in the attached screenshot). I've uploaded the debug output in a zip file due to upload size restrictions. Let me know if there's anything I need to do on my end to fix! Thanks for your time! RE: "Detected no AVX2 support" - Selur - 15.03.2026 The used code: bool HybridMainWindow::cpuSupportsAVX2() constDoes this also happen if you: a. restart Hybrid b. clear the tools cache? c. reset the defaults Cu Selur RE: "Detected no AVX2 support" - sharkeylaser - 15.03.2026 Thank you for your response! That's very strange. As for the questions: a. Yes, restarted both Hybrid and my computer. b. I'm assuming that is "Config -> Tools -> Clear all cached tool infos"? If so, then yes still happening. c. Also yes after resetting to default. RE: "Detected no AVX2 support" - Selur - 15.03.2026 Just to be sure: You are not running some VM, right? If you run some antivirus software aside from Microsofts Defender, does it make a difference if you disable it? (afaik. only sandbox software, malware detection, antivirus detection, benchmarking or over-/underclocking tools might interfere with the above code) Cu Selur Ps.: I added that code on 2025-05-13 and haven't changed it since then. (so every version after that has this code) RE: "Detected no AVX2 support" - sharkeylaser - 15.03.2026 Correct, this isn't a VM. It's a dual-boot system, Windows 11 and Linux. No other anti-virus running, just Windows Defender. Tried disabling that as well but no change. Edit: just tried booting Windows with both refind and Microsoft's bootloaders, no change. RE: "Detected no AVX2 support" - Selur - 15.03.2026 hmm,... I created a Hybrid.exe for testing which uses: #include <QStringList>which should output something similar to: CPU INFO: Vendor: AuthenticAMD Max CPUID leaf: 13 SSE: 1 SSE2: 1 SSE3: 1 SSSE3: 1 SSE4.1: 1 SSE4.2: 1 AVX: 1 FMA: 1 AVX2: 1 BMI1: 1 BMI2: 1 AVX512F: 1 SHA: 1What does it show for you? Cu Selur RE: "Detected no AVX2 support" - sharkeylaser - 15.03.2026 Ah, yeah that seems to recogise it now! Quote:CPU INFO: Vendor: GenuineIntel Max CPUID leaf: 15 SSE: 1 SSE2: 1 SSE3: 1 SSSE3: 1 SSE4.1: 1 SSE4.2: 1 AVX: 1 FMA: 1 AVX2: 1 BMI1: 1 BMI2: 1 AVX512F: 0 SHA: 0 RE: "Detected no AVX2 support" - Selur - 15.03.2026 Okay, but Hybrid still shows "Detected no AVX2 support" ? RE: "Detected no AVX2 support" - sharkeylaser - 15.03.2026 Correct, it still shows that message, underneath the new one: Quote:Finished startup, finished after 18.659sMy apologies, I should have used clearer wording there. RE: "Detected no AVX2 support" - Selur - 15.03.2026 Okay, will look into it and report back with a new test version in a bit. ![]() Cu Selur |