mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
da17f2cbd3
Since gcc 8.3.0 generates SSE instructions into kernel code, the kernel itself may raise FPU exceptions and/or corrupt user level FPU contexts thereby. Both things are not feasible, and therefore, lazy FPU switching becomes a no go for base-hw because we cannot avoid FPU instructions because of the entanglement of base-hw, base, and the tool chain (libgcc_eh.a). issue #3365 |
||
---|---|---|
.. | ||
bootstrap-hw-muen.mk | ||
bootstrap-hw-pc.mk | ||
core-hw-muen.mk | ||
core-hw-pc.mk | ||
ld-hw.mk | ||
startup-hw.mk | ||
syscall-hw.mk |