mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 02:18:54 +00:00
13 lines
317 B
Plaintext
13 lines
317 B
Plaintext
|
|
menuconfig LPKG_USING_WHETSTONE
|
|
bool "WHETSTONE : a benchmark primarily measures the floating-point arithmetic performance."
|
|
default n
|
|
|
|
if LPKG_USING_WHETSTONE
|
|
|
|
config WHETSTONE_ITERATIONS
|
|
int "Run the benchmark for a specified number of iterations."
|
|
default "1000000"
|
|
|
|
endif
|