This commit is contained in:
Philippe G
2022-01-26 12:41:39 -08:00
parent 8e6d409311
commit 6d1cf28fd6
4 changed files with 10 additions and 10 deletions

View File

@@ -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)
{

View File

@@ -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)
#