mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Keep -vet happy
This commit is contained in:
@@ -251,6 +251,8 @@ simd_trunc :: proc(a: #simd[N]any_float) -> #simd[N]any_float ---
|
|||||||
// rounding to the nearest integral value; if two values are equally near, rounds to the even one
|
// rounding to the nearest integral value; if two values are equally near, rounds to the even one
|
||||||
simd_nearest :: proc(a: #simd[N]any_float) -> #simd[N]any_float ---
|
simd_nearest :: proc(a: #simd[N]any_float) -> #simd[N]any_float ---
|
||||||
|
|
||||||
|
simd_to_bits :: proc(v: #simd[N]T) -> #simd[N]Integer where size_of(T) == size_of(Integer), type_is_unsigned(Integer) ---
|
||||||
|
|
||||||
// equivalent a swizzle with descending indices, e.g. reserve(a, 3, 2, 1, 0)
|
// equivalent a swizzle with descending indices, e.g. reserve(a, 3, 2, 1, 0)
|
||||||
simd_reverse :: proc(a: #simd[N]T) -> #simd[N]T ---
|
simd_reverse :: proc(a: #simd[N]T) -> #simd[N]T ---
|
||||||
|
|
||||||
|
|||||||
@@ -193,6 +193,7 @@ _ :: slashpath
|
|||||||
_ :: filepath
|
_ :: filepath
|
||||||
_ :: reflect
|
_ :: reflect
|
||||||
_ :: runtime
|
_ :: runtime
|
||||||
|
_ :: simd
|
||||||
_ :: slice
|
_ :: slice
|
||||||
_ :: sort
|
_ :: sort
|
||||||
_ :: strconv
|
_ :: strconv
|
||||||
|
|||||||
Reference in New Issue
Block a user