mirror of
https://github.com/aaru-dps/Aaru.Checksums.Native.git
synced 2025-12-16 19:24:29 +00:00
Fix header guards.
This commit is contained in:
5
simd.h
5
simd.h
@@ -16,6 +16,9 @@
|
||||
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef AARU_CHECKSUMS_NATIVE_SIMD_H
|
||||
#define AARU_CHECKSUMS_NATIVE_SIMD_H
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define ALIGNED_(n) __declspec(align(n))
|
||||
#else
|
||||
@@ -116,3 +119,5 @@ AARU_EXPORT int have_arm_crypto(void);
|
||||
#endif // _MSC_VER
|
||||
|
||||
#endif // __aarch64__ || _M_ARM64 || __arm__ || _M_ARM
|
||||
|
||||
#endif // AARU_CHECKSUMS_NATIVE_CRC32_SIMD_H
|
||||
|
||||
Reference in New Issue
Block a user