Skip to content

Commit

Permalink
Changes in 3.2.0 (see pdfdocs/ac_math_relnotes.pdf for details)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Burnette committed Aug 23, 2019
1 parent 0cdfd41 commit db670f8
Show file tree
Hide file tree
Showing 77 changed files with 985 additions and 404 deletions.
9 changes: 6 additions & 3 deletions include/ac_math.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
* *
* Algorithmic C (tm) Math Library *
* *
* Software Version: 3.1 *
* Software Version: 3.2 *
* *
* Release Date : Tue Nov 6 17:35:53 PST 2018 *
* Release Date : Fri Aug 23 10:38:50 PDT 2019 *
* Release Type : Production Release *
* Release Build : 3.1.2 *
* Release Build : 3.2.0 *
* *
* Copyright , Mentor Graphics Corporation, *
* *
Expand Down Expand Up @@ -105,5 +105,8 @@
#include <ac_math/ac_tanh_pwl.h>
// ac_tanh_pwl()

#include <ac_math/ac_softmax_pwl.h>
// ac_softmax_pwl()

#endif

9 changes: 5 additions & 4 deletions include/ac_math/ac_abs.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
* *
* Algorithmic C (tm) Math Library *
* *
* Software Version: 3.1 *
* Software Version: 3.2 *
* *
* Release Date : Tue Nov 6 17:35:53 PST 2018 *
* Release Date : Fri Aug 23 10:38:50 PDT 2019 *
* Release Type : Production Release *
* Release Build : 3.1.2 *
* Release Build : 3.2.0 *
* *
* Copyright , Mentor Graphics Corporation, *
* *
Expand Down Expand Up @@ -85,7 +85,8 @@
// with a type that is not implemented will result in a compile error.
//
// Revision History:
// 2.0.10 - Implemented code change to use an XW + 1 bit adder instead of an XW + 2 bit option.
// 3.1.0 - bug51400 - Modified code to generate a smaller adder during synthesis.
// 2.0.10 - Official open-source release as part of the ac_math library.
//
//*****************************************************************************************

Expand Down
13 changes: 7 additions & 6 deletions include/ac_math/ac_arccos_cordic.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
* *
* Algorithmic C (tm) Math Library *
* *
* Software Version: 3.1 *
* Software Version: 3.2 *
* *
* Release Date : Tue Nov 6 17:35:53 PST 2018 *
* Release Date : Fri Aug 23 10:38:50 PDT 2019 *
* Release Type : Production Release *
* Release Build : 3.1.2 *
* Release Build : 3.2.0 *
* *
* Copyright , Mentor Graphics Corporation, *
* *
Expand All @@ -30,7 +30,7 @@
* The most recent version of this package is available at github. *
* *
*************************************************************************/
//*****************************************************************************************
//***********************************************************************************************************************************
// File: ac_arccos_cordic.h
//
// Description:
Expand Down Expand Up @@ -70,9 +70,10 @@
// #endif
//
// Revision History:
// 2.0.10 - Used different names for the class, function and variable (which were same before) in both the files
// 3.1.0 - Used names for the class, function and variable (which were same before) which are different from ac_arcsin_cordic.h
// 2.0.10 - Official open-source release as part of the ac_math library.
//
//*****************************************************************************************
//***********************************************************************************************************************************

#ifndef _INCLUDED_AC_ARCCOS_CORDIC_H_
#define _INCLUDED_AC_ARCCOS_CORDIC_H_
Expand Down
13 changes: 7 additions & 6 deletions include/ac_math/ac_arcsin_cordic.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
* *
* Algorithmic C (tm) Math Library *
* *
* Software Version: 3.1 *
* Software Version: 3.2 *
* *
* Release Date : Tue Nov 6 17:35:53 PST 2018 *
* Release Date : Fri Aug 23 10:38:50 PDT 2019 *
* Release Type : Production Release *
* Release Build : 3.1.2 *
* Release Build : 3.2.0 *
* *
* Copyright , Mentor Graphics Corporation, *
* *
Expand All @@ -30,7 +30,7 @@
* The most recent version of this package is available at github. *
* *
*************************************************************************/
//*****************************************************************************************
//*************************************************************************************************************************************
// File: ac_arcsin_cordic.h
//
// Description:
Expand Down Expand Up @@ -70,9 +70,10 @@
// #endif
//
// Revision History:
// 2.0.10 - Used different names for the class, function and variable (which were same before) in both the files
// 3.1.0 - Used names for the class, function and variable (which were same before) which are different from ac_arccos_cordic.h
// 2.0.10 - Official open-source release as part of the ac_math library.
//
//*****************************************************************************************
//************************************************************************************************************************************

#ifndef _INCLUDED_AC_ARCSIN_CORDIC_H_
#define _INCLUDED_AC_ARCSIN_CORDIC_H_
Expand Down
6 changes: 3 additions & 3 deletions include/ac_math/ac_atan2_cordic.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
* *
* Algorithmic C (tm) Math Library *
* *
* Software Version: 3.1 *
* Software Version: 3.2 *
* *
* Release Date : Tue Nov 6 17:35:53 PST 2018 *
* Release Date : Fri Aug 23 10:38:50 PDT 2019 *
* Release Type : Production Release *
* Release Build : 3.1.2 *
* Release Build : 3.2.0 *
* *
* Copyright , Mentor Graphics Corporation, *
* *
Expand Down
7 changes: 4 additions & 3 deletions include/ac_math/ac_atan_pwl.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
* *
* Algorithmic C (tm) Math Library *
* *
* Software Version: 3.1 *
* Software Version: 3.2 *
* *
* Release Date : Tue Nov 6 17:35:53 PST 2018 *
* Release Date : Fri Aug 23 10:38:50 PDT 2019 *
* Release Type : Production Release *
* Release Build : 3.1.2 *
* Release Build : 3.2.0 *
* *
* Copyright , Mentor Graphics Corporation, *
* *
Expand Down Expand Up @@ -75,6 +75,7 @@
// This file uses the ac_reciprocal_pwl() function from ac_reciprocal_pwl.h
//
// Revision History:
// 2.0.10 - Official open-source release as part of the ac_math library.
//
//******************************************************************************************

Expand Down
Loading

0 comments on commit db670f8

Please sign in to comment.