pico-sdk/test/pico_float_test
armandomontanez 6262b49c74
Some checks are pending
Bazel presubmit checks / bazel-build-check (macos-latest) (push) Waiting to run
Bazel presubmit checks / bazel-build-check (ubuntu-latest) (push) Waiting to run
Bazel presubmit checks / other-bazel-checks (push) Waiting to run
Check Configs / check-configs (push) Waiting to run
CMake / build (push) Waiting to run
Build on macOS / build (push) Waiting to run
Build on Windows / build (push) Waiting to run
[bazel] Run buildifier on Bazel build files (#2825)
This is an automated change with the following commands:

$ find . -name "BUILD.bazel" -o -name "*.bzl" \
  -exec buildifier -lint=fix {} \;

* Add missing `load()` statements for things provided by @rules_cc. This
  is required for Bazel >9.
* Sort attributes on build targets.
* Add missing trailing commas where applicable.
2026-03-02 10:24:17 +00:00
..
llvm switch all .S files to unified asm, and use a macro to setup compiler and some other misc changes (#1295) 2023-03-09 17:40:20 -06:00
vectors Add fast single-precision add/sub/mul for Hazard3 (#1883) 2024-08-30 11:36:30 -05:00
BUILD.bazel [bazel] Run buildifier on Bazel build files (#2825) 2026-03-02 10:24:17 +00:00
CMakeLists.txt Misc cleanup (#2569) 2025-07-18 09:37:21 -05:00
custom_double_funcs_test.c Ensure each test has a unique name (followup to #2208) (#2443) 2025-04-26 12:13:36 -05:00
custom_float_funcs_test.c Ensure each test has a unique name (followup to #2208) (#2443) 2025-04-26 12:13:36 -05:00
hazard3_test_gen.c Add fast single-precision add/sub/mul for Hazard3 (#1883) 2024-08-30 11:36:30 -05:00
m33.c SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
pico_double_test.c Fix compilation of pico_double_test on llvm 15 - workaround compiler bug (#2258) 2025-02-12 12:46:32 -06:00
pico_float_test.c Workaround gcc/newlib issue on Ubuntu 24 (#1863) 2024-08-23 10:59:36 -05:00
pico_float_test_hazard3.c RISC-V __mulsf3: handle exponent increase due to rounding (#2086) 2024-11-23 13:02:03 -06:00