Visual Studio CPP Compilation
Compiling cpp files with CLang and I get this. I don't know if its because the address's were wrong in the config.toml or if I have to change stuff within the cpp files
The compilation instructions overall would benefit from being better.
Did you enable AVX support in your project? These are AVX intrinsics so it needs to be explicitly enabled in the compiler.
I did not... I shall do that
ok so I did that and the only issue i have now is
ok so I did that and the only issue i have now is
if i remember correctly this error is due to not using clang which has access to said file, the way i fixed it was i (if you created a project and are building a solution) right clicked my solution > properties > and under configuration properties in the general section i changed the platform toolset to LLVM(clang-cl)