-
Notifications
You must be signed in to change notification settings - Fork 0
nurettin/linasm
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
################################################################################
# Encoding: UTF-8 Tab size: 4 #
# #
# LINASM RELEASE 1.11 (STABLE) #
# #
# License: LGPLv3+ Copyleft (Ɔ) 2015, Jack Black #
################################################################################
INTRODUCTION
============
Linux assembly libraries project called "LinAsm" is the collection of very
fast and optimized assembly written libraries for x86-64 Linux.
It implements many common and widely used algorithms, mostly developed for
acceleration of data analysis and time series processing. Later they were
extended with more mathematical and general algorithms that are used inside
C and C++ programs and make them very fast on that platform.
To get more information about this software, please visit the official
web site: http://linasm.sourceforge.net
LICENSING
=========
LinAsm is free software, distributed under the terms of the GNU
Lesser General Public License as published by the Free Software Foundation,
version 3 of the License (or any later version).
For more information, see the file COPYING.
PACKAGE STRUCTURE
=================
The source code of LinAsm library is placed into separate directories
are called "include" and "source".
The "include" directory holds C and C++ header files that define functions
prototypes, structures and data types. They should be copied as is into your
local include directory such as /usr/include or /usr/local/include.
Installation procedure will do it for you automatically, according to the
settings you provide.
The "source" directory includes assembly source code, which is written on
Flat Assembler programming language, developed by Tomasz Grysztar. Its
official web site is http://flatassembler.net
The source code should be compiled by "fasm" executable file, which
is placed into "build" directory of LinAsm release. To allow this file
to be launched, please check that a file system has mount option "exec"
and the file "build/fasm" has appropriate execution permission.
INSTALLATION
============
Library compilation and installation process is fully described in "INSTALL"
file. Please revise the appropriate document for details.
################################################################################
# END OF FILE #
################################################################################
Packages 0
No packages published