diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-08-25 23:32:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-08-25 23:32:43 +0200 |
commit | 939014ddce98bd07c774815a7f0cf379c8bde38d (patch) | |
tree | 10ece1f5456f0478a5c6fde9957f1d55e22b9938 /extra | |
parent | de633ed60fca535f51a4f6af24c8899321a3d69c (diff) |
mips: add NaN support
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.mips | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips index 919e80c59..8137d8be4 100644 --- a/extra/Configs/Config.mips +++ b/extra/Configs/Config.mips @@ -32,6 +32,21 @@ config CONFIG_MIPS_N64_ABI endchoice +choice + prompt "Target NAN Encoding" + default CONFIG_MIPS_NAN_LEGACY + help + This is the NAN Encoding you want to use. Chose either Legacy + or 2008. + +config CONFIG_MIPS_NAN_LEGACY + bool "LEGACY" + +config CONFIG_MIPS_NAN_2008 + bool "2008" + +endchoice + config UCLIBC_USE_MIPS_PREFETCH bool "Use MIPS prefetch optimization for memcpy/memset" default y |