Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nasmint.h: change header guards to NASM_NASMINT_H | H. Peter Anvin | 2016-10-04 | 1 | -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 type | H. Peter Anvin | 2016-10-04 | 1 | -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 subdirectories | H. Peter Anvin | 2016-05-25 | 1 | -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> |