Skip to content

Instantly share code, notes, and snippets.

@patrickt
Created April 28, 2014 15:01
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 patrickt/11374750 to your computer and use it in GitHub Desktop.
Save patrickt/11374750 to your computer and use it in GitHub Desktop.
struct __darwin_fp_control
{
unsigned short __invalid :1,
__denorm :1,
__zdiv :1,
__ovrfl :1,
__undfl :1,
__precis :1,
:2,
__pc :2,
__rc :2,
:1,
:3;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment