REPOSITORY
rL LLVM
http://reviews.llvm.org/D10209
Files:
cfe/trunk/docs/CrossCompilation.rst
Index: cfe/trunk/docs/CrossCompilation.rst
===================================================================
--- cfe/trunk/docs/CrossCompilation.rst
+++ cfe/trunk/docs/CrossCompilation.rst
@@ -110,7 +110,7 @@
Typical flags include:
* ``-mcpu=<cpu-name>``, like x86-64, swift, cortex-a15
- * ``-fpu=<fpu-name>``, like SSE3, NEON, controlling the FP unit available
+ * ``-mfpu=<fpu-name>``, like SSE3, NEON, controlling the FP unit available
* ``-mfloat-abi=<fabi>``, like soft, hard, controlling which registers
to use for floating-point
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
Index: cfe/trunk/docs/CrossCompilation.rst
===================================================================
--- cfe/trunk/docs/CrossCompilation.rst
+++ cfe/trunk/docs/CrossCompilation.rst
@@ -110,7 +110,7 @@
Typical flags include:
* ``-mcpu=<cpu-name>``, like x86-64, swift, cortex-a15
- * ``-fpu=<fpu-name>``, like SSE3, NEON, controlling the FP unit available
+ * ``-mfpu=<fpu-name>``, like SSE3, NEON, controlling the FP unit available
* ``-mfloat-abi=<fabi>``, like soft, hard, controlling which registers
to use for floating-point
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits