[Bug 268646] devel/simdjson: re-enable build for i386

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 29 Dec 2022 20:32:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268646

            Bug ID: 268646
           Summary: devel/simdjson: re-enable build for i386
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: dim@FreeBSD.org
                CC: olevole@olevole.ru
             Flags: maintainer-feedback?(olevole@olevole.ru)
                CC: olevole@olevole.ru

When devel/simdjson was originally committed, it was disabled for i386 because
of "unknown type name '__uint128_t'" errors. These no longer occur with FreeBSD
12.3 and higher, which has clang 10.0.1.

Re-enable the build for i386, and add -DSIMDJSON_NO_PORTABILITY_WARNING to
suppress warnings about 64 bit architectures being preferred for this library,
since it works fine. (Although obviously performance will not be as great as on
64 bit architectures.)

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