mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 06:25:13 +02:00
Fix building on macOS ARM
This commit is contained in:
@@ -21,6 +21,9 @@ _Pragma("clang diagnostic pop")
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef _MM_SHUFFLE
|
||||
#define _MM_SHUFFLE(z, y, x, w) (((z) << 6) | ((y) << 4) | ((x) << 2) | (w))
|
||||
#endif
|
||||
#define CONCAT(A, B) A##B
|
||||
#define CONCAT_EXPAND(A, B) CONCAT(A,B)
|
||||
#define FUNC(name) CONCAT_EXPAND(name##_, BITS)
|
||||
|
||||
Reference in New Issue
Block a user