Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@drpowell
Created June 25, 2012 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drpowell/2986261 to your computer and use it in GitHub Desktop.
Save drpowell/2986261 to your computer and use it in GitHub Desktop.
Trivial program to max a single CPU core
main()
{
float t=1;
while(t!=0) {
t+=2;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment