commit | 055130107683c3b199c1848a25e5e2c568230cbf | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Mon Sep 21 17:27:11 2015 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Wed Oct 07 20:01:41 2015 +1100 |
tree | 9c6aab50d077161aad2bdee27491c201bf3c4cd9 | |
parent | 5fdb4671b08e0d1631447e81348b2b50a6b85bf7 [diff] |
target-tilegx: Tidy simd_helper.c Using the V1 macro when we want to replicate a byte across the 8 elements of the word. Using deposit and extract for manipulating specific elements. Signed-off-by: Richard Henderson <rth@twiddle.net>