Displaying 2 results from an estimated 2 matches for "cb34fb99".
2011 May 23
0
[LLVMdev] Fwd: No SSE instructions
...ctions
To: Chris Lattner <clattner at apple.com>
Thank you all, for your explanation. This is a real interesting theme for
me.
--
Serg Anohovsky
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110523/cb34fb99/attachment.html>
2011 May 22
10
[LLVMdev] No SSE instructions
Hello.
I have compiled the simple program:
#include <stdio.h>
#include <stdlib.h>
int v1[10000];
int main()
{
int i;
for (i = 0; i < 10000; i++) {
v1[i] = i;
}
for (i = 0; i < 10000; i++) {
printf("%d ", v1[i]);
}
return 0;
}
Next, I disasseble the executable file and have not found