Variadiac macros will get you around this I think... This works for me.
#include <stdio.h>
#define TO_STRING(...) #__VA_ARGS__
int main(int argc, char* argv[])
{
const char* str = TO_STRING(
int main(int argc, char* argv[]){...
The (now very old) criticism of ICC is its enabling of SSE code on non-intel processors. Rather than check the flags set in the CPUID, it instead checks if the Vendor ID is "GenuineIntel". This would commonly result in SSE2 (or above) not being utilized on AMD & VIA systems, regardless of...
As others have said
1) Illegal that you are getting your hands on it
2) Produced early on (likely earlier steppings than release samples) so made when the process tech/yields are likely not as good in comparison to the retail chips (less likely to be a good overclocker)
3) Possible bugs (likely...
Lol. If they are a spam site, they are a fantastic one. First site I've seen actually benchmark more than media/game apps that people might actually care about on an E-350 vs Atom comparison. (http://ixbtlabs.com/articles3/cpu/amd-zacate-e-350-method-2011-preview-p5.html - bottom of page)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.