Search found 3 matches

by drjustice
Sat Jul 24, 2021 8:51 pm
Forum: Bug Reports
Topic: 64bit won't work on my older Xeon CPU
Replies: 13
Views: 1744

Re: 64bit won't work on my older Xeon CPU

Great, no rush. BTW you don't need to load two libraries with the same name. You can put ProblemDLLWithAvx.dll (A), and ProblemDLLWithoutAvx.dll (B), and what you do is call LoadLibrary on either DLL A, or DLL B depending on whether you detect AVX or not. LoadLibrary just takes a string (the name of...
by drjustice
Thu Jul 22, 2021 3:38 am
Forum: Bug Reports
Topic: 64bit won't work on my older Xeon CPU
Replies: 13
Views: 1744

Re: 64bit won't work on my older Xeon CPU

Sorry about the delayed response. Well, it's true that many users have CPUs that support AVX, however there are still many telescope-mounted computers that are still using CPUs that don't support AVX. My brand new J4125 MeLE Quieter2, is one such example. My super-lightweight N5030 laptop is another...
by drjustice
Fri Jul 09, 2021 6:14 am
Forum: Bug Reports
Topic: 64bit won't work on my older Xeon CPU
Replies: 13
Views: 1744

Re: 64bit won't work on my older Xeon CPU

Hi, I just bought a new long-battery life laptop based on a low-power intel N5030 CPU, and I have the same issue, same message. I get the same message, except my cpu is like a 2019-2020 cpu ! Let's say I did not expect this. Has there been any progress on this? BTW I am also a software developer (C+...