Clarify -mmovbe documentation
commit4b358f9b7348c50321f3ec1af6d56fa200c0889a
authorRichard Biener <rguenther@suse.de>
Mon, 8 Jan 2024 09:48:19 +0000 (8 10:48 +0100)
committerRichard Biener <rguenther@suse.de>
Mon, 8 Jan 2024 13:50:12 +0000 (8 14:50 +0100)
treebf5b679e3e4fc6d34089fab8f01c8cf74b3d7fc6
parentb3cc5a1efead520bc977b4ba51f1328d01b3e516
Clarify -mmovbe documentation

It was noticed that -mmovbe doesn't use movbe for __builtin_bswap{32,64}
when not optimizing.  The follownig adjusts the documentation to
say it will be used for optimizing and applies to all byte swaps,
not just those carried out via builtin function calls.

* doc/invoke.texi (-mmovbe): Clarify.
gcc/doc/invoke.texi