nuttx-apps/benchmarks
wangming9 8ed046e2d6 apps/benchmarks/dhrystone: Fix compilation errors
Error details:
dhrystone/v2.2/dry.c:714:3: error: 'Int_2_Loc' may be used uninitialized [-Werror=maybe-uninitialized]
  714 |   fprintf (stderr, "Int_2_Loc:           %d\n", Int_2_Loc);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dhrystone/v2.2/dry.c:543:25: note: 'Int_2_Loc' was declared here
  543 |   REG   One_Fifty       Int_2_Loc;
      |                         ^~~~~~~~~

Signed-off-by: wangming9 <wangming9@xiaomi.com>
Signed-off-by: lipengfei28 <lipengfei28@xiaomi.com>
2024-10-15 10:31:14 +08:00
..
cachespeed cachespeed:Fixed the problem of printing variables in 32/64-bit environment 2024-08-18 03:14:24 +08:00
coremark coremark/Makefile: avoid crc function multiple definition 2024-10-11 19:32:58 +08:00
coremark-pro cmake:port benchmarks to CMake build for testing 2024-09-13 23:16:26 +08:00
dhrystone apps/benchmarks/dhrystone: Fix compilation errors 2024-10-15 10:31:14 +08:00
fio fio:add fio CMakelist.txt 2024-08-07 15:59:52 +08:00
iozone iozone:add CMakefile.txt 2024-08-07 15:59:52 +08:00
osperf osperf: changes irq_t to irqstat_t 2024-10-13 10:49:05 +08:00
ramspeed ramspeed: fix -r -w parameter ignored, report align issue 2024-10-13 11:44:58 +08:00
spinlock_bench cmake: fix spinlock_bench compilation 2024-02-05 08:46:22 -08:00
superpi enable superpi cmake 2024-08-17 00:08:22 +08:00
.gitignore apps: Add benchmark applications 2023-01-23 13:15:56 -03:00
CMakeLists.txt cmake: port nxscope and foc and add missing directories 2023-07-14 22:04:35 +08:00
Make.defs apps: Add benchmark applications 2023-01-23 13:15:56 -03:00
Makefile apps: Add benchmark applications 2023-01-23 13:15:56 -03:00