CI linux: && git push

This commit is contained in:
Krzosa Karol
2025-04-01 10:30:39 +02:00
parent cdb445379d
commit f82cd2dcd8
10 changed files with 14 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
// auto generated using: core_math_gen.py
// auto generated using: C:\dev\wasm\src\core\core_math_gen.py
fn_inline v2f32_t v2f32(f32 x, f32 y) { return (v2f32_t){ x, y }; }
gb_read_only v2f32_t v2f32_null = {0};
fn_inline b32 v2f32_is_null(v2f32_t a) { return memory_equal(&a, &v2f32_null, sizeof(a)); }