mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-07-04 03:39:20 +00:00
Disable SIMD in printf functions
This commit is contained in:
@ -77,12 +77,12 @@
|
|||||||
|
|
||||||
// Support for the decimal notation floating point conversion specifiers (%f, %F)
|
// Support for the decimal notation floating point conversion specifiers (%f, %F)
|
||||||
#ifndef PRINTF_SUPPORT_DECIMAL_SPECIFIERS
|
#ifndef PRINTF_SUPPORT_DECIMAL_SPECIFIERS
|
||||||
#define PRINTF_SUPPORT_DECIMAL_SPECIFIERS 1
|
// #define PRINTF_SUPPORT_DECIMAL_SPECIFIERS 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Support for the exponential notation floating point conversion specifiers (%e, %g, %E, %G)
|
// Support for the exponential notation floating point conversion specifiers (%e, %g, %E, %G)
|
||||||
#ifndef PRINTF_SUPPORT_EXPONENTIAL_SPECIFIERS
|
#ifndef PRINTF_SUPPORT_EXPONENTIAL_SPECIFIERS
|
||||||
#define PRINTF_SUPPORT_EXPONENTIAL_SPECIFIERS 1
|
// #define PRINTF_SUPPORT_EXPONENTIAL_SPECIFIERS 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Support for the length write-back specifier (%n)
|
// Support for the length write-back specifier (%n)
|
||||||
|
Reference in New Issue
Block a user