On Fri, 17 May 2024 14:30:49 PDT (-0700), ger...@pfeifer.com wrote:
On Thu, 28 Apr 2022, Kito Cheng wrote:
---
htdocs/gcc-12/changes.html | 13 ++++++++++++-
:
+ <li>New ISA extension support for vector and scalar crypto was added, only
+ support architecture testing marco and <code>-march=</code>
parsing.</li>
I realized I'm not sure I understand what the second part ("only
support...") means.
That for the time being (back then) only the macros and -march parsing
were supported?
Ya, I guess it's kind of an odd phrasing. Maybe it should be something
like
<li>The vector and scalar crypto extensions are now accepted in ISA
strings via the <code>-march</code> argument. Note that enabling these
extensions will only set the coorespending feature test macros and
enable assembler support, they don't yet generate binaries with the
instructions added in these extensions.</li>
Gerald