Browse Source

Fix build on FreeBSD/powerpc64*

tags/v0.3.28^2
Piotr Kubaj GitHub 1 year ago
parent
commit
4c12090776
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      param.h

+ 1
- 1
param.h View File

@@ -2553,7 +2553,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#endif

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

#define SNUMOPT 16
#define DNUMOPT 8


Loading…
Cancel
Save