mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.autotest (SIMD)
This commit is contained in:
parent
a0a256ee77
commit
97be442009
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ AllTrue(x == y) = false
|
|||
AllTrue(x == x) = true
|
||||
x + y = 2 5 5 8
|
||||
x - y = 0 -1 1 0
|
||||
x / y = 1 0.666667 1.5 1
|
||||
x / y = 1 0.6666667 1.5 1
|
||||
x * y = 1 6 6 16
|
||||
----------------
|
||||
BroadcastLH0(x) = 4 4 4 4 8 8 8 8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue