mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
[sys/info] Indentation nitpick.
This commit is contained in:
@@ -75,7 +75,7 @@ init_cpu_features :: proc "c" () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
os_supports_avx := false
|
os_supports_avx := false
|
||||||
if .os_xsave in set {
|
if .os_xsave in set {
|
||||||
eax, _ := xgetbv(0)
|
eax, _ := xgetbv(0)
|
||||||
os_supports_avx = is_set(1, eax) && is_set(2, eax)
|
os_supports_avx = is_set(1, eax) && is_set(2, eax)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user