| commit | 1ca69fa64da40e7286f5f9d8e577017cd64b782c | [log] [tgz] | 
|---|---|---|
| author | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | Fri Oct 31 19:19:07 2014 +0000 | 
| committer | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | Fri Oct 31 19:19:07 2014 +0000 | 
| tree | 943f68eadb5d6c9dcc53c2105e026da948c55d53 | |
| parent | 7bb413e3baf859e69b9c844108a0bd71eb176140 [diff] | 
[PowerPC] Initial VSX intrinsic support, with min/max for vector double Now that we have initial support for VSX, we can begin adding intrinsics for programmer access to VSX instructions. This patch adds basic support for VSX intrinsics in general, and tests it by implementing intrinsics for minimum and maximum for the vector double data type. The LLVM portion of this is quite straightforward. There is a companion patch for Clang. llvm-svn: 220988