mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 22:17:17 +03:00
tweaks
This commit is contained in:
@@ -316,7 +316,7 @@ static __inline Word64 xSAR64(Word64 x, int n)
|
||||
}
|
||||
//mw
|
||||
|
||||
#elif defined(__APPLE__) || defined(ESP_PLATFORM) || defined(__x86_64__)
|
||||
#elif defined(__APPLE__) || defined(ESP_PLATFORM) || defined(__amd64__)
|
||||
|
||||
static __inline int FASTABS(int x)
|
||||
{
|
||||
|
||||
@@ -67,7 +67,9 @@
|
||||
#
|
||||
#elif defined(__GNUC__) && defined(__thumb__)
|
||||
#
|
||||
#elif defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
|
||||
#elif defined(__GNUC__) && defined(__i386__)
|
||||
#
|
||||
#elif defined(__amd64__)
|
||||
#
|
||||
#elif defined(_OPENWAVE_SIMULATOR) || defined(_OPENWAVE_ARMULATOR)
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user