Changes between Initial Version and Version 1 of Ticket #61063, comment 4


Ignore:
Timestamp:
Aug 25, 2020, 6:12:05 PM (4 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61063, comment 4

    initial v1  
    1818according to <https://en.wikipedia.org/wiki/Westmere_(microarchitecture)> that instruction is available on Nehalem and greater processors, which I am using. So presumably the 10.6 buildbot is on something less than a Nehalem, and therefore fails.
    1919
    20 The whole thing is controlled from {{{mysys/checksum.c}}}, and I think that with a bit of thought, we could come up with a way to use the fallbacks.
     20The whole thing is controlled from [https://github.com/MariaDB/server/blob/10.5/mysys/checksum.c mysys/checksum.c] and I think that with a bit of thought, we could come up with a way to use the fallbacks.
    2121
    2222It seems though that this symbol should be weak linked, and fall through to the final catch-all automatically.