v2.4
This commit is contained in:
parent
08e77dad03
commit
bc051ca6c9
@ -1,5 +1,10 @@
|
|||||||
# picasso Changelog
|
# picasso Changelog
|
||||||
|
|
||||||
|
# v2.4
|
||||||
|
|
||||||
|
- Corrected MAD instruction encoding.
|
||||||
|
- Added command line flag for retrieving the picasso version.
|
||||||
|
|
||||||
# v2.3
|
# v2.3
|
||||||
|
|
||||||
- Added `.constfa` for creating floating-point vector constant arrays.
|
- Added `.constfa` for creating floating-point vector constant arrays.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.61)
|
AC_PREREQ(2.61)
|
||||||
AC_INIT([picasso],[2.3.0],[fincs.alt1@gmail.com])
|
AC_INIT([picasso],[2.4.0],[fincs.alt1@gmail.com])
|
||||||
AC_CONFIG_SRCDIR([source/picasso_frontend.cpp])
|
AC_CONFIG_SRCDIR([source/picasso_frontend.cpp])
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([1.10])
|
AM_INIT_AUTOMAKE([1.10])
|
||||||
|
Loading…
Reference in New Issue
Block a user