diff options
author | gnzlbg <gnzlbg@users.noreply.github.com> | 2019-03-05 21:01:51 +0100 |
---|---|---|
committer | Ben Smith <binjimin@gmail.com> | 2019-03-05 12:01:51 -0800 |
commit | 69336dcad7dc0c861dffd97351ce7288a53aef26 (patch) | |
tree | a95d001c0a93969d791e193c034ea309b4dc3011 /src/opcode-code-table.c | |
parent | df79d5812ee1fb23cc6b1c166abe3d28b4fcb342 (diff) | |
download | wabt-69336dcad7dc0c861dffd97351ce7288a53aef26.tar.gz wabt-69336dcad7dc0c861dffd97351ce7288a53aef26.tar.bz2 wabt-69336dcad7dc0c861dffd97351ce7288a53aef26.zip |
Make lane-wise SIMD relational operator conform to the spec (#1031)
The lane-wise SIMD relational operators where setting false lanes to zero and
true lanes to 1, but according to the spec these operators clear all bits of
false lanes, and set all bits of true ones.
Diffstat (limited to 'src/opcode-code-table.c')
0 files changed, 0 insertions, 0 deletions