Download Pelles C here: http://www.pellesc.se
Quote from: TimoVJL on March 31, 2026, 03:57:36 PMEDIT: A those 7Zip headers are just a total mess.Hence my personal policy...
#if !defined(USE_ASM) && _MSC_VER >= 1500
#include <intrin.h>
#endif
Quote from: TimoVJL on March 31, 2026, 11:02:19 AMSome C-code needs _MSC_VER 1500 just for using intrin.hNeither <intrin.h> nor files included by <intrin.h> contains any reference to _MSC_VER.
A new define won't help.
One test was 7Zip code
Quote from: Pelle on March 31, 2026, 10:06:30 AMSounds like what I stumbled on yesterday, by dumb luck.

Quote from: Vortex on March 30, 2026, 09:09:29 PMThanks for the ARM64 example. I don't have a computer with an ARM processor, so not easy to the test sample. Thanks for maintaining Poasm. Yes, the C version is shorter and is looking better.I have seen some hints on the web that Windows 11 (on X64) may be able to emulate ARM64 code (not just using the weird ARM64EC mode). I can't verify this myself since my only Windows 11 machine right now is a laptop with an ARM64 processor.
Quote from: Vortex on March 30, 2026, 11:25:39 PMRelease Candidate #2 for version 14.00 work on Windows 7 Sp1 64-bit, many thanks.Thanks for the info! Good to know...
Page created in 0.024 seconds with 11 queries.