Merge pull request 'fix: float arithmetic codegen (segfault/garbage) and math_log aliasing' (#104) from worktree-agent-a456e0cf8cd2ee361 into dev
El SDK CI - dev / build-and-test (push) Failing after 3m57s

This commit was merged in pull request #104.
This commit is contained in:
2026-08-15 19:54:46 +00:00
4 changed files with 148 additions and 7 deletions
+1
View File
@@ -46,6 +46,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <math.h> /* fmod, sin, sqrt, ... — used by codegen'd float arithmetic */
typedef int64_t el_val_t;