mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-01 00:35:33 +00:00
lottie/vector: fix build failure for non-arm devices
Change-Id: Id03173880629859df24e8c195a5060d8494f8d88
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#if defined(__ARM_NEON__)
|
||||
|
||||
#include "vdrawhelper.h"
|
||||
|
||||
@@ -16,3 +17,5 @@ void memfill32(uint32_t *dest, uint32_t value, int length)
|
||||
length,
|
||||
value);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user