zmiany w kodzie c ollama-minimax
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user