diff options
author | Emilio G. Cota | 2018-03-05 23:13:30 +0100 |
---|---|---|
committer | Michael Tokarev | 2018-05-20 07:25:23 +0200 |
commit | 1d349821551c2da4dfefe36c6ac17319f33ebbd5 (patch) | |
tree | fc5557b4604e8bab2bbf178345a1867c024fc9bc /tcg/README | |
parent | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180518'... (diff) | |
download | qemu-1d349821551c2da4dfefe36c6ac17319f33ebbd5.tar.gz qemu-1d349821551c2da4dfefe36c6ac17319f33ebbd5.tar.xz qemu-1d349821551c2da4dfefe36c6ac17319f33ebbd5.zip |
tcg: fix s/compliment/complement/ typos
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'tcg/README')
-rw-r--r-- | tcg/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/README b/tcg/README index a5237a9edb..d22ee084b8 100644 --- a/tcg/README +++ b/tcg/README @@ -561,7 +561,7 @@ E.g. VECL=1 -> 64 << 1 -> v128, and VECE=2 -> 1 << 2 -> i32. * orc_vec v0, v1, v2 * not_vec v0, v1 - Similarly, logical operations with and without compliment. + Similarly, logical operations with and without complement. Note that VECE is unused. * shli_vec v0, v1, i2 |