Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
19852: clang floating point handling fix r=MrKevinWeiss a=MrKevinWeiss ### Contribution description As promised (with a delay for vacation), here is the nightlies fix. It is very easy... I guess previously native had different handling of floating points (similar to cross-compiled gcc) when using clang. thanks to `@maribu` great work on fixing the llvm toolchain issues, that seems to not be an issue anymore (though I don't know the commit that fixed it). Thus we remove clang conditions and enjoy a green CI. ### Testing procedure It seems like this wasn't tested or doesn't get tested in the normal murdock/bors procedure (still don't know why) but can be easily verified with a/b testing (master vs this PR) ``` TOOLCHAIN=llvm make all test -C tests/pkg/cayenne-lpp/ ``` and ``` TOOLCHAIN=llvm make all test -C tests/pkg/lora-serialization/ ``` I also tested with cross compiling on the samr21 and they all work... ### Issues/PRs references Look at nightlies... Co-authored-by: MrKevinWeiss <weiss.kevin604@gmail.com>
- Loading branch information