Updated the mailing list for OpenBLAS.
[platform/upstream/openblas.git] / common_x86.h
index 8f1a030..4316318 100644 (file)
@@ -356,4 +356,11 @@ REALNAME:
 
 #ifndef ALIGN_6
 #define ALIGN_6 .align 64
+
+// ffreep %st(0). 
+// Because Clang didn't support ffreep, we directly use the opcode.
+// Please check out http://www.sandpile.org/x86/opc_fpu.htm 
+#ifndef ffreep
+#define ffreep .byte 0xdf, 0xc0 #
+#endif
 #endif