Add @(fast_math={...}) + intrinsics.Fast_Math_Flags

This commit is contained in:
gingerBill
2026-05-11 11:55:07 +01:00
parent 65ff188c1c
commit b0ee0bb635
9 changed files with 163 additions and 4 deletions

View File

@@ -256,6 +256,9 @@ struct Entity {
struct GenProcsData *gen_procs;
BlockingMutex gen_procs_mutex;
ProcedureOptimizationMode optimization_mode;
u64 fast_math_flags;
bool is_foreign : 1;
bool is_export : 1;
bool generated_from_polymorphic : 1;