Fixing user prompt parsing

This commit is contained in:
2026-03-13 17:56:29 +01:00
parent d35858df01
commit ed0326d796
2 changed files with 71 additions and 19 deletions

View File

@@ -43,3 +43,5 @@ Making the MPMC queue support when producers are consumers at the same time by a
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