Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.target / i386 / mul.c
blob72069fe2cf813575f067aa5fed0a57b65429dab6
1 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
2 /* { dg-options "-O2 -march=k8" } */
3 /* { dg-final { scan-assembler "and\[^\\n\]*magic" } } */
5 /* Should be done as "andw $32767, magic". */
6 static unsigned short magic;
7 void t(void)
9 magic%=(unsigned short)0x8000U;