small optimizations

Add some SPA_LIKELY
Enable FASTPATH by default
This commit is contained in:
Wim Taymans 2020-03-18 15:43:29 +01:00
parent 57f84ae5ae
commit 8a2af908a7
11 changed files with 55 additions and 44 deletions

View file

@ -60,7 +60,7 @@ if cc.get_id() == 'gcc'
'-Wold-style-declaration',
'-Wvariadic-macros',
# '-DSPA_DEBUG_MEMCPY',
# '-DFASTPATH',
'-DFASTPATH',
language : 'c')
endif