mirror of https://git.tukaani.org/xz.git
liblzma: crc_clmul.c: Tidy up the location of MSVC pragma.
It makes no difference in practice.
This commit is contained in:
parent
15cf3f04f2
commit
0c7e854ffd
|
@ -365,10 +365,10 @@ lzma_crc64_clmul(const uint8_t *buf, size_t size, uint64_t crc)
|
|||
return ~(uint64_t)_mm_extract_epi64(v0, 1);
|
||||
#endif
|
||||
}
|
||||
#endif // HAVE_CHECK_CRC64
|
||||
|
||||
|
||||
#if defined(_MSC_VER) && !defined(__INTEL_COMPILER) && !defined(__clang__) \
|
||||
&& defined(_M_IX86)
|
||||
# pragma optimize("", on)
|
||||
#endif
|
||||
|
||||
#endif // HAVE_CHECK_CRC64
|
||||
|
|
Loading…
Reference in New Issue