summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386/sse_test.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-05i386: Replace fpcr clobber with memory clobberSebastian Huber1-1/+1
Update #3943.
2018-10-02Use rtems_task_exit()Sebastian Huber1-1/+1
Update #3530. Update #3533.
2012-12-07score misc: Clean up Doxygen GCI Task #12Alex Ivanov1-0/+6
http://www.google-melange.com/gci/task/view/google/gci2012/7983217
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-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-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-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-272010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+5
* cpu.c, cpu_asm.S, sse_test.c: Add include of config.h
2009-12-04Whitespace removal.Ralf Corsepius1-13/+13
2009-11-102009-11-09 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-0/+951
* cpu.c, cpu_asm.S, rtems/score/cpu.h, sse_test.c: Added experimental SSE support.