mirror of
https://git.tukaani.org/xz.git
synced 2025-02-17 14:08:12 +00:00
liblzma: Minor comment edits.
(cherry picked from commit 3217b82b3ec023bf8338249134a076bea0ea30ec) (cherry picked from commit 32e256c12ac703bbfcaad6c7157148a20e10a633)
This commit is contained in:
parent
7de966a02b
commit
639d053823
@ -26,6 +26,8 @@ decode_buffer(lzma_delta_coder *coder, uint8_t *buffer, size_t size)
|
||||
}
|
||||
|
||||
|
||||
// For an unknown reason NVIDIA HPC Compiler needs this pragma
|
||||
// to produce working code.
|
||||
#ifdef __NVCOMPILER
|
||||
# pragma routine novector
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user