Add the 'QuickSelect' functions to the 'quick_sort.inc' file
Refactor the 'Array.asm' completely to use the AVX2 instructions
Move the code to map unsigned integers to signed integers to a separate macro
Add a new file 'check.inc'
Remove unnecessary branches from the macro 'Compare' in the file 'compare.inc'
Add macros 'smap_flt' and 'vmap_flt' to the file 'map.inc' and update the consumers
Fix tabulation in the file 'lin_search.inc'
Put the code for Absolute value in a separate global macro 'abs_int'