Linux porting

Porting to linux
Reorganising the code
Improving the scan function
This commit is contained in:
2026-03-16 23:20:22 +01:00
parent ed0326d796
commit 3c3f99fc04
9 changed files with 1194 additions and 1384 deletions

View File

@@ -45,3 +45,7 @@ Replacing DirQueue, a queue growable with realloc with the MPMC queue
4.1: Using xxhash xxh_x86dispatch to select the best SIMD instruction set at runtime, this dispatcher can not be added in a unity build and we must remove AVX2 or AVX512 compilation flags, link xxh_x86dispatch.c in the compilation command. The compilaiton throws two warnings about function with internal linkage but not defined, they are defined in xxh_x86dispatch.c so it's harmless warnings
Fixing user prompt parsing
4.5: Porting to linux
Reorganising the code
Improving the scan function