zmiany w kodzie c ollama-minimax

This commit is contained in:
2026-02-19 15:01:20 +01:00
parent d086ef28de
commit 62b5fc2e63
12 changed files with 439 additions and 6 deletions

View File

@@ -25,6 +25,8 @@ struct param_U_struct {
};
// 3. Mockowanie funkcji systemowych z helper.h
// Funkcje te w oryginale mapują pamięć. Na PC po prostu przypisujemy adresy.
// Włączamy helper.h - zawiera definicje struktur i funkcji
#include <helper.h>
// static inline int set_float_ptr(float *in_ptr, float **logic_ptr) {
@@ -97,8 +99,7 @@ static inline float get_phase_diff(float p1, float p2) {
// }
// }
// Atrapa funkcji czy_test_R
static inline int czy_test_R() { return 0; }
// Atrapa funkcji czy_test_R - zdefiniowana w helper.h