summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386/sse_test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* i386: Replace fpcr clobber with memory clobberSebastian Huber2020-07-051-1/+1
| | | | Update #3943.
* Use rtems_task_exit()Sebastian Huber2018-10-021-1/+1
| | | | | Update #3530. Update #3533.
* score misc: Clean up Doxygen GCI Task #12Alex Ivanov2012-12-071-0/+6
| | | | http://www.google-melange.com/gci/task/view/google/gci2012/7983217
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-111-4/+4
| | | | | | * cpu.c, sse_test.c, rtems/score/cpu.h, rtems/score/i386.h, rtems/score/interrupts.h: Use "__asm__" instead of "asm" for improved c99-compliance.
* 2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-271-2/+5
| | | | * cpu.c, cpu_asm.S, sse_test.c: Add include of config.h
* Whitespace removal.Ralf Corsepius2009-12-041-13/+13
|
* 2009-11-09 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-11-101-0/+951
* cpu.c, cpu_asm.S, rtems/score/cpu.h, sse_test.c: Added experimental SSE support.