mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-05-28 15:34:26 +00:00
Disable SIMD in printf functions
This commit is contained in:
parent
d8a3c5a127
commit
434589b73c
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user