commit | 32312692448eace36a653b55e985ff7ed3f6e276 | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Sun May 11 15:01:50 2025 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon May 26 19:40:06 2025 -0400 |
tree | 5f73d65673b44f205e0ca82a3221f5721a8d5087 | |
parent | 4d8ffcca93e9d42f90ea8c608530333af0809c9c [diff] |
tests/c_lib: Skip double sqrt test when double is not 64 bits This test only works for 64-bit values. On targets which use 32 bits for double, skip this version. The float test will check the 32-bit math for that. This is the 'nicer' version of this fix which uses sizeof rather than relying on __SIZEOF_DOUBLE__. Signed-off-by: Keith Packard <keithp@keithp.com>