Move the map functions to a separate file
Move the RadixSort to a separate file
Move the array duplicates search operations to a separate file
Store registers in the stack using the special functions
Move the array unique operations to a separate file
Move the array replace operations to a separate file
Add 'vzeroupper' instruction to the 'REVERSE' macro
Move the array reverse operations to a separate file
Move the array replace operations to a separate file
Add 'vzeroupper' instruction to the 'REVERSE' macro
Move the array reverse operations to a separate file
Move the array binary count operations to a separate file
Move the array binary count operations to a separate file
Eliminate the segmentation fault when 'ptr' contains garbage in the func 'FIND_OBJ'
Eliminate the segmentation fault when 'ptr' contains garbage in the func 'FIND_OBJ'
Fix a comment in the file 'bin_search.inc'
Fix a comment in the file 'bin_search.inc'
Move the array linear count operations to a separate file
Move the array linear count operations to a separate file
Restore 'ptr' register before exiting from 'FIND_OBJ' macro
Move the 'CountBits' function from the Array library to the BitField library
Restore 'ptr' register before exiting from 'FIND_OBJ' macro
Move the 'CountBits' function from the Array library to the BitField library
Move the array binary search operations to a separate file
Move the array binary search operations to a separate file
Allow common vector macros to work with custom-sized arrays
Move the array linear search operations to a separate file
Extract bit-field operations from the 'Array' and move to a separate library
Change the label in file 'minmax.inc' from '.ntfnd' to '.exit'
Allow common vector macros to work with custom-sized arrays
Move the array linear search operations to a separate file
Extract bit-field operations from the 'Array' and move to a separate library
Change the label in file 'minmax.inc' from '.ntfnd' to '.exit'
Update the array functions to use the new macros
Update common array macros
Make the comment for 'index' param more clear
Update the array functions to use the new macros
Update common array macros
Make the comment for 'index' param more clear
Refactor the array copy and move functions to use mainly vector operations
Update all the occurrences of 'hmask_v' and 'hmask_v' with the new argument
Load blending masks for reverse direction array iterating
Refactor the array copy and move functions to use mainly vector operations
Update all the occurrences of 'hmask_v' and 'hmask_v' with the new argument
Load blending masks for reverse direction array iterating
Move the array data conversion functions to a separate file 'convert.inc'
Put common macros for arrays in the file 'common.inc'
Fix typos in the 'SIMD.h' file
Fix headers in files 'Errno.inc', 'Syscall.inc', 'FPU.asm', 'FPU.asm'
Add more syscalls to the 'Syscall.inc' file
Move the array data conversion functions to a separate file 'convert.inc'
Put common macros for arrays in the file 'common.inc'
Fix typos in the 'SIMD.h' file
Fix headers in files 'Errno.inc', 'Syscall.inc', 'FPU.asm', 'FPU.asm'
Add more syscalls to the 'Syscall.inc' file
Update the copyleft in the files Errno.inc, FPU.asm SIMD.asm
Replace classes with namespaces in the files 'Angle.h', 'FPU.h', 'SIMD.h'
Update the copyleft in the files Errno.inc, FPU.asm SIMD.asm
Replace classes with namespaces in the files 'Angle.h', 'FPU.h', 'SIMD.h'
Remove param 'size' from macros palign_s, and palign_v
Remove param 'size' from macros palign_s, and palign_v
Replace 'qqword' with 'yword' in files: minmax.inc, operations.inc
Fix code alignment in the file 'operations.inc'
Replace 'qqword' with 'yword' in files: minmax.inc, operations.inc
Fix code alignment in the file 'operations.inc'
Move bit field operations from 'Array.asm' to 'bit.inc'
Move pattern cloning functions from 'Array.asm' to 'clone.inc'
Move rounding routines from 'Array.asm' to 'round.inc'
Move bit field operations from 'Array.asm' to 'bit.inc'
Move pattern cloning functions from 'Array.asm' to 'clone.inc'
Move rounding routines from 'Array.asm' to 'round.inc'
Use system definition of 'error_t' type
Move array min/max functions to a separate file 'minmax.inc'
Update comments in the 'sum.inc'
Use system definition of 'error_t' type
Move array min/max functions to a separate file 'minmax.inc'
Update comments in the 'sum.inc'
Add more functions to sum.inc
Add more functions to sum.inc
Move array sums to a separate file
Move array sums to a separate file
Updated the global macros
Updated the global macros
Move the logic of array operations to core macros
vmath.inc: Extract core instructions in separate macros
Move core instructions for array copy to a separate macro
Change comment style in 'init.inc'
Fix errors in the function 'PopCount'
Fix multiple errors in the 'BitReverse' function
Move the logic of array operations to core macros
vmath.inc: Extract core instructions in separate macros
Move core instructions for array copy to a separate macro
Change comment style in 'init.inc'
Fix errors in the function 'PopCount'
Fix multiple errors in the 'BitReverse' function
Move the standard array operations to a separate file 'operations.inc'
Fix a comment and remove extra align directives
Move the standard array operations to a separate file 'operations.inc'
Fix a comment and remove extra align directives
Move array vectorized functions in a separate file 'vmath.inc'