mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
4dcc095e5e
The implementation is not in use any more. Furthermore, on typical ARM cores such as the Cortex-A9, the cached read appears to be the bottleneck rather than instruction density. On a Zynq-7000 SoC, the vfp implementation performed significantly worse than the standard load/store multiple implementation with preloading. genodelabs/genode#4456 |
||
---|---|---|
.. | ||
base | ||
cpu | ||
cpu_session | ||
cpu_thread | ||
dataspace | ||
deprecated | ||
drivers | ||
io_mem_session | ||
io_port_session | ||
irq_session | ||
log_session | ||
parent | ||
pd_session | ||
region_map | ||
rm_session | ||
rom_session | ||
root | ||
session | ||
spec | ||
timer | ||
timer_session | ||
trace_session | ||
util | ||
vm_session | ||
README |
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.