liblzma: Minor comment edits.

(cherry picked from commit 3217b82b3e)
(cherry picked from commit 32e256c12a)
This commit is contained in:
Lasse Collin 2024-03-13 21:30:18 +02:00
parent 7de966a02b
commit 639d053823
1 changed files with 2 additions and 0 deletions

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 #ifdef __NVCOMPILER
# pragma routine novector # pragma routine novector
#endif #endif