Skip to content
Snippets Groups Projects

Performance tune

Merged Recolic requested to merge performance-tune into pa2
5 files
+ 36
16
Compare changes
  • Side-by-side
  • Inline
Files
5
  • 3e49770a
    U201614531
    recolic
    Linux RECOLICPC 5.4.6-arch3-1 #1 SMP PREEMPT Tue, 24 Dec 2019 04:36:53 +0000 x86_64 GNU/Linux
     21:40:17 up 2 days,  3:14,  1 user,  load average: 1.44, 1.18, 1.20
    d16509ce8e6331f2ee1532bdbaa64200261c37f3
+ 3
0
@@ -15,4 +15,7 @@
#define RLIB_MACRO_DEBUG_ASSERT(expr)
#endif
#define RLIB_MACRO_LIKELY(x) __builtin_expect((x),1)
#define RLIB_MACRO_UNLIKELY(x) __builtin_expect((x),0)
#endif
Loading