diff options
author | lloyd <[email protected]> | 2008-09-29 22:05:58 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-29 22:05:58 +0000 |
commit | a9f685f7694792a15ba68d6dfe08aa10f9102606 (patch) | |
tree | d8673829fd9b39df284323cc864fbfe75b8cb977 /src/checksum | |
parent | efc4ec9b46cf774daffc08e279014a0761547b35 (diff) |
Set a preprocessor flag if we think the compiler supports GCC-style
inline asm (currently, if __GNUG__ is defined, which works with both
GNU C++ and Intel C++, which are the only two compilers I know of that
accept GCC's inline asm syntax). Use that in bswap.h - previously we
would try to use inline asm even with VC++ or other compilers not supporting
inline asm.
Diffstat (limited to 'src/checksum')
0 files changed, 0 insertions, 0 deletions