LinAsm Git
Collection of fast and optimized assembly libraries for x86-64 Linux
Brought to you by:
ezamlinsky
################################################################################ # Encoding: UTF-8 Tab size: 4 # # # # LINASM NEWS # # # # License: LGPLv3+ Copyleft (Ɔ) 2012, Jack Black # ################################################################################ #******************************************************************************# # Release 0.97 (beta) [2012-08-27] # #******************************************************************************# This release extends libraries usage for non C++ projects and provide C prototypes for all functions and data structures. The C functions have the same behavior and parameters, like original C++ functions, and work in the same ways like their originals. The assembly language code stays the same for both variants, and it is shared between them, just providing aliases for already implemented functions. Also in release 0.97 were: * fixed non critical bug in Array library * changed function names in String library * modified parameters passing method for Numbers library For more details about release changes see the ChangeLog file inside the LinAsm package v0.97. #******************************************************************************# # Release 0.96 (beta) [2012-08-23] # #******************************************************************************# As I promised before in my future plans for the project, I added Digital Signals Processing (DSP) functions to the library package. They implement FIR filters and window functions for future Spectral analysis module. Now LinAsm release has the two additional libraries: * Filter - Finite impulse response digital filters * Window - Window functions for digital signal processing And from now the project has a beta version label. So it is almost done, and can be used in your software development projects. #******************************************************************************# # First release 0.95 (alpha) [2012-08-15] # #******************************************************************************# At last, I have finished all preparation for the first release of LinAsm project. I made code checks and wrote good documentation (as I think) for libraries functions. But you should remember that this is first public release of the project. And it is early alpha version. So it may have some bugs and mistakes in the source code. If you find some, please send them to the bug tracker. This release includes following libraries: * Angle - Angles conversion from different units * Array - Common routines that are useful for arrays * Math - Math routines * Numbers - Numbers conversion functions * Sequence - Subsequence searching algorithms * Statistics - Widely used statistical functions * String - Safe string functions * Time - Time functions ################################################################################ # END OF FILE # ################################################################################