Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-3197

aarch64 CRC32C support fails to compile on non-linux ARM platforms

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • WT2.9.3, 3.5.9
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage 2017-04-17

      The aarch64 hardware CRC32C support in src/third_party/wiredtiger/src/checksum/arm64/crc32-arm64.c relies on using HWCAP getauxval. These are linux specific APIs. If this file is built on a non-linux ARM based system (some Darwin variants), the file fails to compile.

      Either the support should be conditioned on being linux only, or it should be extended to work on these Darwin variants.

            Assignee:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Reporter:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: