chore(hpu): update hpu integer bench scalar op names

This commit is contained in:
pgardratzama
2025-07-03 10:17:34 +02:00
committed by Pierre Gardrat
parent 46c6adb0dc
commit 6fe24c6ab3

View File

@@ -3032,7 +3032,7 @@ mod hpu {
fn [< default_hpu_ $iop:lower >](c: &mut Criterion) {
bench_hpu_iop_clean_inputs(
c,
concat!("integer::hpu::scalar::", stringify!($iop)),
concat!("integer::hpu::scalar_", stringify!($iop)),
stringify!($name),
&hpu_asm::iop::[< IOP_ $iop:upper >],
)