commit | 37089cfc03253e5f3cb4d76f682b8d1cdd60475e | [log] [tgz] |
---|---|---|
author | Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no> | Tue May 27 12:05:29 2025 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Thu May 29 15:17:32 2025 +0100 |
tree | 56e23b1ae6cb4f9ff775724f9af7d1e08a0911e3 | |
parent | b5ca5b41472503db6e1d430e1f653c42277fcaa0 [diff] |
tests/c_lib/common/src/test_sqrt: Fix when double is not 64 bits The combination of 32312692448eace36a653b55e985ff7ed3f6e276 74c9e7afab9db54b3ac43370f6e0eba203fa4f64 broke this test, when __SIZEOF_DOUBLE__ != 8. In that case the test will fail to build, as the variables the code uses are left ifdef'ed out. Let's fix it. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>