s-yata / marisa-trie

MARISA: Matching Algorithm with Recursively Implemented StorAge
Other
506 stars 89 forks source link

Fix 64-bit sparc detection #46

Open matoro opened 2 years ago

matoro commented 2 years ago

Unfortunately 64-bit SPARC only defines __sparc__ and not __sparc64__, so you must combine it with generic 64-bit detection.

Source: https://sourceforge.net/p/predef/wiki/Architectures/

ncopa commented 4 months ago

There is a better way to solve this: https://github.com/s-yata/marisa-trie/pull/58