Syine Mineta
Syine Mineta
> So in that case the question is if we want to change our Makefile and check where the compiler comes from or if we say that this is a...
The raw profile version is updated to 9 in LLVM 18.1.0-rc. https://github.com/llvm/llvm-project/commit/f95b2f1acf1171abb0d00089fd4c9238753847e3
Moved checklist/tests to external (gitbook) pages. 1. [Rewrite Makefile](https://stockfish.mineta.dev/improve-build-system/rewrite-makefile) 2. Source code modification
> Since this is getting quite large now, can we try to have certain cleanups be their own pr? Like some of makefile changes which are unrelated to the network...
Maybe moving out net.sh can be a separate PR? If that's the case I'll prepare one.
> The usage of `find` would be one thing, though id like to avoid having that altogether. `find` substitutes for the previous way of listing source/header files. I thought it...
> Generally, I agree with Disservin here, splitting things out that could be merged before makes sense to keep the diff between this branch and master small, which will eventually...
> Why do you use i386 as the name for the 64 bit targets? > > Okay I just saw it's not limited to 64 bits, it's also 32 bit.....
> But I think I like where this is going. The function syntax for the arch implementations do tend to be a bit complex but i think that’s probably okay...
Added PowerPC paths and build presets for now. In my opinion, I think it's better to remove all non-x86/arm presets since we do not have full target arch support (i.e....