Hi thanks for the great work.
I tried to compile this repo using clang 17 on windows but it gives some compile error, it can be categoried into 3 parts:
std::stoi and other similar ones need to include <string> to compile
_aligned_malloc's result should be casted to target type
_mm_prefetch's arg should be casted to target type
I suppose it won't complain about all these on linux , but I'm posting here for further reference.
Hi thanks for the great work.
I tried to compile this repo using clang 17 on windows but it gives some compile error, it can be categoried into 3 parts:
std::stoiand other similar ones need to include<string>to compile_aligned_malloc's result should be casted to target type_mm_prefetch's arg should be casted to target typeI suppose it won't complain about all these on linux , but I'm posting here for further reference.