mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00: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
|
CACHELINE_SIZE :: 128
|
||||||
|
|
||||||
@(default_calling_convention="c", link_prefix="SDL_")
|
@(default_calling_convention="c", link_prefix="SDL_", require_results)
|
||||||
foreign lib {
|
foreign lib {
|
||||||
GetNumLogicalCPUCores :: proc() -> c.int ---
|
GetNumLogicalCPUCores :: proc() -> c.int ---
|
||||||
GetCPUCacheLineSize :: proc() -> c.int ---
|
GetCPUCacheLineSize :: proc() -> c.int ---
|
||||||
|
|||||||
Reference in New Issue
Block a user