Johannes Schlatow 410099df70 base/memset: speedup implementation
Compared to the bytewise memset, a wordwise memset (or even multi-word)
achieves a speedup of ~6.

On Zynq-7000/Cortex-A9:
317 MiB/s -> 2040 MiB/s

On base-linux x86_64:
3580 MiB/s -> 23700 MiB/s

2022-04-13 09:29:03 +02:00
..
2017-05-31 13:16:07 +02:00
2022-04-13 09:29:02 +02:00
2020-10-09 13:35:56 +02:00
2022-04-13 09:29:03 +02:00
2021-02-23 12:07:18 +01:00

This directory contains include files of interfaces that are exported
by components to be used by other components. Each subdirectory corresponds
to the component exporting the interface.