This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # OS generated files | |
| .DS_Store* | |
| ehthumbs.db | |
| Icon? | |
| Thumbs.db | |
| # Build Folders (you can keep bin if you'd like, to store dlls and pdbs) | |
| #/[Bb]in | |
| /[Oo]bj |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <memory.h> | |
| #include <inttypes.h> | |
| #include <time.h> | |
| #include <x86intrin.h> | |
| #ifdef WIN32 | |
| #include <windows.h> |