mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +02:00
* Disabled running the test, because it needs SSE4.1 capable CPU to run, and there is no portable way to detect it.
The purpose of test is compiling MOVSS instruction without warnings, so it still fulfills its task. git-svn-id: trunk@34950 -
This commit is contained in:
parent
133fcb5ab2
commit
8f4f40d240
@ -1,7 +1,11 @@
|
||||
{ %norun }
|
||||
{ %cpu=i386,x86_64 }
|
||||
{ %opt=-Sew -vw }
|
||||
{$mode objfpc}
|
||||
{$asmmode intel}
|
||||
{ The test checks that MOVSS instruction assembles without warning.
|
||||
Running it could be a nice bonus, but it turns out that we have no portable
|
||||
way to detect SSE4.1 support (for DPPS), so disabled for now. }
|
||||
uses cpu;
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user