Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Dec 2022 10:19:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 268510] database/mongodb50 [change request]  make AVX/Sandybridge requirement optional
Message-ID:  <bug-268510-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268510

            Bug ID: 268510
           Summary: database/mongodb50 [change request]  make
                    AVX/Sandybridge requirement optional
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: borjam@sarenet.es

The developers of MongoDB have decided to require AVX instructions for Mong=
oDB
5.x and upwards.

It would be a good idea to make this optimization optional.

The optimization option is in SConstruct as part of a list of so called
experimental optimizations.=20

/////
experimental_optimizations =3D [
    'O3',
    'builtin-memcmp',
    'fnsi',
    'nofp',
    'nordyn',
    'sandybridge',
    'tbaa',
    'treevec',
    'vishidden',
]
/////

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268510-7788>