[RTEMS Project] #2270: SPARC: Optimized floating-point context handling
RTEMS trac
trac at rtems.org
Wed Feb 18 14:29:31 UTC 2015
#2270: SPARC: Optimized floating-point context handling
-----------------------------+------------------------------
Reporter: sebastian.huber | Owner: sebastian.huber
Type: enhancement | Status: accepted
Priority: normal | Milestone: 4.11.1
Component: cpukit | Version: 4.11
Severity: normal | Resolution:
Keywords: SPARC |
-----------------------------+------------------------------
Comment (by sebastian.huber):
I think nobody needs FP code in ISRs, but sometimes a compiler/library
plagues you with some FP code in unexpected situations. Option (2) is the
only one I would not choose. On SPARC I tend to implement (1). On
PowerPC for the FPU and AltiVec I tend to use (3). The problem with (3)
is that it works silently in the background and you may only notice
changes if you get strange timing problems (hard to test in a test suite)
after a GCC update for example.
--
Ticket URL: <http://devel.rtems.org/ticket/2270#comment:4>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list