Codebase list faad2 / e8061cf
Only use x86-assembly when explicitly on x86 MichaƂ Janiszewski authored 4 years ago GitHub committed 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
312312 }
313313
314314
315 #if defined(_WIN32) && !defined(_WIN64) && !defined(__MINGW32__)
315 #if defined(_WIN32) && defined(_M_IX86) && !defined(__MINGW32__)
316316 #ifndef HAVE_LRINTF
317317 #define HAS_LRINTF
318318 static INLINE int lrintf(float f)