mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
Update vendor/sdl3/sdl3_cpuinfo.odin
Co-authored-by: Laytan <laytanlaats@hotmail.com>
This commit is contained in:
Vendored
+1
-1
@@ -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 ---
|
||||
|
||||
Reference in New Issue
Block a user