search for: rsqrtps

Displaying 3 results from an estimated 3 matches for "rsqrtps".

Did you mean: sqrtps
2013 Jan 01
0
[LLVMdev] git repository of the tutorial
...easily fix it and test for others also.) I have pulled llvm from github. The last commit is this. commit 5284f976327d789b9e52089ff684fb36f6d964dd Author: Craig Topper <craig.topper at gmail.com> Date: Tue Jan 1 00:11:07 2013 +0000 Merge AVX/SSE instruction definitions for SQRTPS/PD, RSQRTPS, RCPPS. No funcitonal change intended. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk at 171337 91177308-0d34-0410-b5e6-96231b3b80d8 But when I compile it. I still get the following link error. I don't understand why the architecture is not correct. My machine is Mac OS X 10.8....
2013 Jan 01
1
[LLVMdev] git repository of the tutorial
...> > I have pulled llvm from github. > > The last commit is this. > commit 5284f976327d789b9e52089ff684fb36f6d964dd > Author: Craig Topper <craig.topper at gmail.com> > Date: Tue Jan 1 00:11:07 2013 +0000 > > Merge AVX/SSE instruction definitions for SQRTPS/PD, RSQRTPS, > RCPPS. No funcitonal change intended. > > git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk at 171337 > 91177308-0d34-0410-b5e6-96231b3b80d8 > > > But when I compile it. I still get the following link error. I don't > understand why the architecture is not...
2012 Dec 30
3
[LLVMdev] git repository of the tutorial
Hello, I just applied changes of LLVM 3.2 and it is tested with LLVM 3.2 downloaded from the LLVM Download Page. I just worked for master branch only. The rest of the other branches need to be changed about this also. This will be done as soon as possible. (Before I fix this, If you look at the commits for this issue for master branch, you can easily fix it and test for others also.) Sorry for