newsGNU lightning - News: GNU lightning 2.0.3 released!

 
 
Latest News
GNU lightning 2.2.3 released! posted by pcpa, Thu 08 Feb 2024 06:51:36 PM UTC
GNU lightning 2.2.2 released! posted by pcpa, Thu 27 Apr 2023 04:04:14 PM UTC
GNU lightning 2.2.1 release posted by pcpa, Fri 17 Feb 2023 07:27:03 PM UTC
GNU lightning 2.2.0 release posted by pcpa, Wed 16 Nov 2022 03:15:11 PM UTC
GNU lightning 2.1.4 release posted by pcpa, Fri 04 Nov 2022 12:43:20 PM UTC

GNU lightning 2.0.3 released!

Item posted by Paulo César Pereira de Andrade <pcpa> on Wed 08 Jan 2014 08:00:43 PM UTC.

GNU lightning is a library to aid in making portable programs
that compile assembly code at run time.

Development:
http://git.savannah.gnu.org/cgit/lightning.git

Download release:
ftp://ftp.gnu.org/gnu/lightning/lightning-2.0.3.tar.gz

This is a minor bug fixes release, and corrects all known bugs.

----------------------------------------------------------------
arm:
  o Minor changes that should allow building on non gnu-linux/gcc
    (e.g. clang/llvm & iOS7, untested)

ix86:
  o Correct wrong x87 float indexed store code generation.
  o Ensure the x87 stack is empty when calling a function
    (this is particularly important if calling c99 complex functions,
     that may easily fill the x87 stack, what could cause problems if
     lightning did not empty the x87 stack)
  o Correct wrong x87 optimization when loading the log(2) constant.

 

Back to the top

Powered by Savane 3.13-cf05.
Corresponding source code