CI linux: && git push
This commit is contained in:
@@ -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)); }
|
||||
|
||||
Reference in New Issue
Block a user