index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
simd
/
simd.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename to `lanes_rotate_left`, `lanes_rotate_right`, `lanes_reverse`
gingerBill
2022-05-29
1
-3
/
+3
*
Add loads of aliases of vector types
gingerBill
2022-05-27
1
-18
/
+53
*
Add prefix of `lanes_`
gingerBill
2022-05-26
1
-2
/
+2
*
Support reverse_bits for #simd
gingerBill
2022-05-26
1
-1
/
+2
*
Merge `intrinsics.simd_sqrt` with `intrinsics.sqrt`
gingerBill
2022-05-26
1
-1
/
+1
*
Add `intrinsics.fused_mul_add`
gingerBill
2022-05-26
1
-0
/
+3
*
Support `count_ones` etc with #simd
gingerBill
2022-05-26
1
-5
/
+10
*
Rename `simd_eq` etc to `simd_lanes_eq`
gingerBill
2022-05-26
1
-6
/
+6
*
Add arithmetic operator support for simd vectors; Add `intrinsics.simd_and_not`
gingerBill
2022-05-26
1
-3
/
+13
*
Remove need for `simd.splat`
gingerBill
2022-05-26
1
-7
/
+2
*
Keep -vet happy
gingerBill
2022-05-26
1
-1
/
+1
*
`simd.bit_not`; `simd.copysign`
gingerBill
2022-05-26
1
-1
/
+15
*
Add `simd_clamp`
gingerBill
2022-05-26
1
-3
/
+5
*
Add `simd_rotate_left` simd_rotate_right`
gingerBill
2022-05-26
1
-0
/
+3
*
Add `simd_add_sat` `simd_sub_sat`
gingerBill
2022-05-26
1
-0
/
+4
*
Add `simd_reverse`
gingerBill
2022-05-26
1
-0
/
+2
*
Add simd.{sqrt, ceil, floor, trunc, nearest}
gingerBill
2022-05-26
1
-0
/
+7
*
Make `simd_shuffle` act closer to `swizzle`
gingerBill
2022-05-26
1
-2
/
+2
*
Allow integer vectors in select
gingerBill
2022-05-25
1
-1
/
+1
*
Minor clean up
gingerBill
2022-05-25
1
-14
/
+14
*
Document simd stuff in intrinsics.odin
gingerBill
2022-05-25
1
-0
/
+7
*
Add `intrinsics.simd_select`
gingerBill
2022-05-25
1
-0
/
+1
*
Add comments
gingerBill
2022-05-25
1
-6
/
+15
*
`intrinsics.simd_shuffle`
gingerBill
2022-05-25
1
-0
/
+24
*
Add `intrinsics.simd_reduce_*`
gingerBill
2022-05-25
1
-0
/
+8
*
Add `core:simd`
gingerBill
2022-05-25
1
-0
/
+58