Commit Graph

4 Commits

Author SHA1 Message Date
Fish (David B. Trout)
8b20ae3acb Allow using bswap builtins even if no <byteswap.h> header
Closes issue #461
2022-02-04 15:37:36 -08:00
Fish (David B. Trout)
47d78cb3a2 Change many static inlines to extern inlines instead for performance. 2021-07-06 00:31:52 -07:00
Fish (David B. Trout)
e566fb8f12 REVERT ALL COMMITS SINCE a6fb047bc1
Until I can figure out what the fuck is going on with gcc/Linux it only makes sense to fall back to the last known stable commit, which was commit a6fb047bc1. All commits made SINCE then will need to be selectively reapplied and commit after THOROUGH testing.

Sorry about this folks! :(

Revert "Update automagic generated files" (38d6835b74)
Revert "Fix "static inline used in non-static inline" warning" (173bb14583)

Revert "Bump minimum gcc version to 5 for proper "inline" behavior" (83b9acd87d)

Revert "Update autotools/automake/libtool apparatus to current versions (#397)" (67d4a6b1d0)

Revert "Update automagic generated files" (3fad697f41)

Revert "Fix for Linux build issue documented in GitHub Issue #396" (3282666634)

Revert "Change as many static inlines to extern inlines instead for performance." (49e2723ea1)
2021-07-04 17:05:52 -07:00
Fish (David B. Trout)
173bb14583 Fix "static inline used in non-static inline" warning
Closes #399.
2021-07-03 04:20:13 -07:00