Skip to content

Commit c9d78f5

Browse files
committed
XXH_NO_INLINE_HINTS
1 parent f60c451 commit c9d78f5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

jsrc/a.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ F1(jtbdot){F12IP;A b,h=0;I j=0,n,*v;
9696
#define INITHASH(tbl,x,y) ((((UI4)(7*(UI)x+10495464745870458733U*(UI)y))*(UIL)AN(tbl))>>32) // starting hash index for a given x,y
9797
#define LOCKLOC ht3->lock
9898
#else
99-
#define INITHASH(tbl,x,y) (((UI4)(7*(UI)x+10495464745870458733U*(UI)y))*(UIL)AN(tbl))>>32; // starting hash index for a given x,y
99+
#define INITHASH(tbl,x,y) ((((UI4)(7*(UI)x+10495464745870458733U*(UI)y))*(UIL)AN(tbl))>>32) // starting hash index for a given x,y
100100
#define LOCKLOC jt->etxn1 // any address will do, since locks are NOPs in 32-bit
101101
#endif
102102

jsrc/xcrc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/* */
44
/* Xenos: CRC calculation and base64 encode/decode */
55

6-
#define XXH_NO_INLINE_HINTS
6+
#define XXH_NO_INLINE_HINTS 1
77
#define XXH_NO_STREAM
88
#define XXH_CPU_LITTLE_ENDIAN 1
99
#define XXH_PRIVATE_API

0 commit comments

Comments
 (0)