As discussed in https://reviews.llvm.org/D120111, this patch proposes an
alternative implementation to avoid scanning feature list for
architecture version over and over again. The insertion position for
default extensions is also captured during this single scan of the
feature list.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
should this check be >= 4? Does "+v8.5" have fp16 support? Or only "+v8.4"?