Updated changelog and comment [skip ci]

This commit is contained in:
Andrew Kane
2024-05-07 18:03:21 -07:00
parent cafd2f6641
commit ad91451266
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
## 0.7.1 (unreleased)
- Fixed `undefined symbol` error with GCC 8
- Fixed error with cross-compiling / universal binaries on Mac
- Fixed compilation error with universal binaries on Mac
## 0.7.0 (2024-04-29)

View File

@@ -23,7 +23,7 @@
#define USE_TARGET_CLONES
#endif
/* Apple clang check needed for cross-compiling / universal binaries on Mac */
/* Apple clang check needed for universal binaries on Mac */
#if defined(USE_DISPATCH) && (defined(HAVE__GET_CPUID) || defined(__apple_build_version__))
#define USE__GET_CPUID
#endif