mirror of https://git.tukaani.org/xz.git
liblzma: Minor comment edits.
(cherry picked from commit3217b82b3e
) (cherry picked from commit32e256c12a
)
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
|
#ifdef __NVCOMPILER
|
||||||
# pragma routine novector
|
# pragma routine novector
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue