Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-12-14 | Use the filename suffix .S instead of .s for assembler files | Lasse Collin | 1 | -203/+0 | |
so that the preprocessor removes the /* */ style comments, which are not supported by some non-GNU assemblers (Solaris) that otherwise work with this code. | |||||
2007-12-14 | Fixed wrong symbol name in crc64_x86.s. | Lasse Collin | 1 | -1/+1 | |
2007-12-14 | Use .globl instead of .global in x86 assembler code for | Lasse Collin | 1 | -1/+1 | |
better portability. Still needs fixing the commenting. |