commit bfa82ef6c4605a6d133aa210a47ed6f4ad249cb7
parent 3e293894f4f93d450ecaf50f451604d268323bd1
Author: d.levin256@gmail.com <d.levin256@gmail.com>
Date: Sat, 9 Jul 2016 00:23:44 +0300
Update README.md
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -42,7 +42,7 @@ FFT (double precision, sizes from 1024 to 16777216)
## Prerequisities
-* OS X: XCode 6.3, 6.4, 7.x, 8.x
+* macOS: XCode 6.3, 6.4, 7.x, 8.x
* Windows: MinGW 5.2 and Clang 3.7 or newer
* Ubuntu: GCC 5.1 and Clang 3.7 or newer
* CoMeta metaprogramming library (already included)
diff --git a/include/kfr/cident.h b/include/kfr/cident.h
@@ -136,6 +136,7 @@
#define CID_OS_MOBILE 1
#elif TARGET_OS_MAC
#define CID_OS_MAC 1
+#define CID_OS_MACOS 1
#define CID_OS_OSX 1
#endif
#define CID_OS_POSIX 1