Add combined vector operations to the file 'sum.inc'
Replace delta1, delta2 with temp1, temp2 in the file 'sum.inc'
Add more sum algorithms that support arbitrary precision and improve the accuracy of the existing sums
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'