summaryrefslogtreecommitdiff
path: root/include/nasmint.h
Commit message (Collapse)AuthorAgeFilesLines
* nasmint.h: change header guards to NASM_NASMINT_HH. Peter Anvin2016-10-041-4/+4
| | | | | | | Change the header guards for nasmint.h to NASM_NASMINT_H instead of INTTYPES_H. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* nasmint.h: add support for the MSVS < 2005 __int64 typeH. Peter Anvin2016-10-041-2/+20
| | | | | | | | MSVS < 2005 doesn't have "long long", so use the MSVC-specific __int64, I64, and ...[u]i64 constructs. nasmint.h makes this easy enough that it is worth doing. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* Reorganize the source code into subdirectoriesH. Peter Anvin2016-05-251-0/+201
Make the source code easier to understand and keep track of by organizing it into subdirectories depending on the function. Signed-off-by: H. Peter Anvin <hpa@zytor.com>