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)
This commit is contained in:
parent
65ac20807c
commit
32e256c12a
@ -218,8 +218,8 @@ typedef struct {
|
||||
uint16_t offset;
|
||||
|
||||
union {
|
||||
// NVHPC has problems with unions that contain pointers that are not the first
|
||||
// members
|
||||
// NVHPC has problems with unions that contain pointers that
|
||||
// are not the first members, so keep "map" at the top.
|
||||
const name_value_map *map;
|
||||
|
||||
struct {
|
||||
|
@ -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