This website requires JavaScript.
Explore
Projects
Krypton
CPU vs AI
Eko
Help
Register
Sign In
mirrors
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/odin-lang/Odin.git
synced
2026-02-13 14:53:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2160484b62ebde52ba6f486ad652f1a72cfe9143
Odin
/
core
/
sys
/
info
History
Yawning Angel
def4fdc3f3
core/sys/info: Fix the CPUID check
...
This needs to test that the n-th bit is set.
2023-05-16 23:52:15 +09:00
..
cpu_arm.odin
…
cpu_intel.odin
core/sys/info: Fix the CPUID check
2023-05-16 23:52:15 +09:00
doc.odin
…
platform_darwin.odin
Add
runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD
where appropriate
2023-02-10 16:23:33 +00:00
platform_freebsd.odin
Add
runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD
where appropriate
2023-02-10 16:23:33 +00:00
platform_linux.odin
Add
runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD
where appropriate
2023-02-10 16:23:33 +00:00
platform_openbsd.odin
Add
runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD
where appropriate
2023-02-10 16:23:33 +00:00
platform_windows.odin
Separate out the
read_reg
into three non-parapoly procedures
2023-03-07 16:25:46 +00:00
sysinfo.odin
…