Steffen Jaeckel
                                            Steffen Jaeckel
                                        
                                    TBH I'm not aware of any platform that I used lately which doesn't have `stdint.h` so I'm against introducing something like `ltc_size` or even worse some "macro-own-typedef-magic"^TM. I'd rather make...
> stddef.h is the proper header to include to get this type mea culpa, you're right! no more typing for me today
+1 I already discussed with @sebastianas via email about that and he already made an implementation proposal, that I currently can't find... probably @sebastianas can just put it in here...
@FredeJ is it an option to use the `makefile.msvc` for your purpose?
> No, makefile.msvc is not what I want. I asked @FredeJ ;-) > The other thing is that it is not sufficient to just save the original `.vcproj` as `.vcxproj`....
> @sjaeckel `makefile.msvc` seems to be able to get me basically 95% there cool :) > Now all I'm missing is figuring out how to build both debug and release,...
Well I doubt there's a fix for this feature which deliberately exists to (ab)use a potential CPU/architecture feature where unaligned accesses are handled as if the access was aligned to...
As the target of this optimization is speed, the `memcpy` approach obviously won't work. IIUC the union approach also involves copying the data and thereby is also useless. I'd say...
@rofl0r ty :-)
Thanks for picking this up! That plan sounds good. Regarding the solution files for newer VS versions than the 2008 we already have: please don't add this. We won't start...