mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-12 22:33:36 +00:00
Update vendor/sdl3/sdl3_cpuinfo.odin
Co-authored-by: Laytan <laytanlaats@hotmail.com>
This commit is contained in:
2
vendor/sdl3/sdl3_cpuinfo.odin
vendored
2
vendor/sdl3/sdl3_cpuinfo.odin
vendored
@@ -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