]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cpu/x86/assembler/assembler-tests.factor
factor: Trim whitespace after ! comments and a few USING: lines that got skipped...
[factor.git] / basis / cpu / x86 / assembler / assembler-tests.factor
index af8c2b98f70c336b0d1b1d222d991b78c03d759f..745feec4c51f379df358540fd83a55ad46531785 100644 (file)
@@ -164,7 +164,7 @@ cell 4 = [
 { { 0x66 0x0f 0x71 0xd0 0x05 } } [ [ XMM0 5 PSRLW ] { } make ] unit-test
 { { 0x66 0x0f 0xd1 0xc1 } } [ [ XMM0 XMM1 PSRLW ] { } make ] unit-test
 
-! sse comparison instructions 
+! sse comparison instructions
 { { 0x66 0x0f 0xc2 0xc1 0x02 } } [ [ XMM0 XMM1 CMPLEPD ] { } make ] unit-test
 
 ! unique sse instructions