1
0
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:
Lasse Collin 2024-03-13 21:30:18 +02:00
parent 7de966a02b
commit 639d053823

View File

@ -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