diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-02-04 19:58:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-04 19:58:39 +0000 |
| commit | e967f4596f8b4fe345d8a1cd655ec91782be077a (patch) | |
| tree | e127c7b14244bc0070a92f9163264ce4695f18e6 | |
| parent | f7028aa46c37e711a84822d44f717f21271fd954 (diff) | |
Update vendor/sdl3/sdl3_cpuinfo.odin
Co-authored-by: Laytan <laytanlaats@hotmail.com>
| -rw-r--r-- | vendor/sdl3/sdl3_cpuinfo.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/sdl3/sdl3_cpuinfo.odin b/vendor/sdl3/sdl3_cpuinfo.odin index bef593191..959286c71 100644 --- a/vendor/sdl3/sdl3_cpuinfo.odin +++ b/vendor/sdl3/sdl3_cpuinfo.odin @@ -4,7 +4,7 @@ import "core:c" CACHELINE_SIZE :: 128 -@(default_calling_convention="c", link_prefix="SDL_") +@(default_calling_convention="c", link_prefix="SDL_", require_results) foreign lib { GetNumLogicalCPUCores :: proc() -> c.int --- GetCPUCacheLineSize :: proc() -> c.int --- |