mirror of
https://github.com/aaru-dps/Aaru.Checksums.Native.git
synced 2025-12-16 19:24:29 +00:00
Add definition for forcing inlining.
This commit is contained in:
@@ -27,4 +27,12 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#define FORCE_INLINE static inline
|
||||||
|
#else
|
||||||
|
#define FORCE_INLINE static inline __attribute__((always_inline))
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include "simd.h"
|
||||||
|
|
||||||
#endif // AARU_CHECKSUMS_NATIVE_LIBRARY_H
|
#endif // AARU_CHECKSUMS_NATIVE_LIBRARY_H
|
||||||
|
|||||||
Reference in New Issue
Block a user