Skip to content

Instantly share code, notes, and snippets.

@gerdr

gerdr/bytes.h Secret

Created August 30, 2013 18:10
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 gerdr/882309b6203f14120473 to your computer and use it in GitHub Desktop.
Save gerdr/882309b6203f14120473 to your computer and use it in GitHub Desktop.
#define MVM_STORAGE_BYTES(ss) \
(((((ss).bits + 7) / 8 + (ss).align - 1) / (ss).align) * (ss).align)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment