Skip to content

Commit

Permalink
Merge pull request OpenMathLib#4567 from RajalakshmiSR/P9AIX
Browse files Browse the repository at this point in the history
POWER9: Use default param values from POWER8 on AIX
  • Loading branch information
martin-frbg committed Mar 20, 2024
2 parents 9ad9b52 + f5b2a87 commit 3d2a9e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions param.h
Original file line number Diff line number Diff line change
Expand Up @@ -2493,7 +2493,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#endif

#if defined(POWER8)
#if defined(POWER8) || (defined(POWER9) && defined(OS_AIX))

#define SNUMOPT 16
#define DNUMOPT 8
Expand Down Expand Up @@ -2547,7 +2547,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#endif

#if defined(POWER9)
#if defined(POWER9) && defined(OS_LINUX)

#define SNUMOPT 16
#define DNUMOPT 8
Expand Down

0 comments on commit 3d2a9e4

Please sign in to comment.