This is happening with a jan 5 checkout of the master branch. Is this fixed?
Also, I'm using SDK 9.2, which required a setenv-ios.sh edit.
$ . ./setenv-ios.sh simulator i386
...
clang++ -DNDEBUG -g2 -Os -fPIC -pipe -Wall -Wno-delete-non-virtual-dtor -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.2.sdk -stdlib=libc++ -c sha.cpp
sha.cpp:313:2: error: invalid instruction mnemonic 'movsl'
AS1( rep movsd)
^
./cpu.h:267:17: note: expanded from macro 'AS1'
#define AS1(x) GNU_AS1(x)
^
./cpu.h:262:21: note: expanded from macro 'GNU_AS1'
#define GNU_AS1(x) #x ";" NEW_LINE
^
<scratch space>:215:2: note: expanded from here
"rep movsd"
^
<inline asm>:23:5: note: instantiated into assembly here
rep movsd;
^~~~~~
sha.cpp:313:2: error: invalid instruction mnemonic 'movsl'
AS1( rep movsd)
^
./cpu.h:267:17: note: expanded from macro 'AS1'
#define AS1(x) GNU_AS1(x)
^
./cpu.h:262:21: note: expanded from macro 'GNU_AS1'
#define GNU_AS1(x) #x ";" NEW_LINE
^
<scratch space>:215:2: note: expanded from here
"rep movsd"
^
<inline asm>:23:5: note: instantiated into assembly here
rep movsd;
^~~~~~
sha.cpp:313:2: error: invalid instruction mnemonic 'movsl'
AS1( rep movsd)
^
./cpu.h:267:17: note: expanded from macro 'AS1'
#define AS1(x) GNU_AS1(x)
^
./cpu.h:262:21: note: expanded from macro 'GNU_AS1'
#define GNU_AS1(x) #x ";" NEW_LINE
^
<scratch space>:215:2: note: expanded from here
"rep movsd"
^
<inline asm>:23:5: note: instantiated into assembly here
rep movsd;
^~~~~~
3 errors generated.
make: *** [sha.o] Error 1