- inform mbuild CPU type detection script about the
existence of this newfangled architecture.
- pass TZ=UTC to date(1) while generating distfile name
to avoid off by one error on the first day of the month
in time zones west of Greenwich.
PR: 267020
Submitted by: maintainer
MFH: 2022Q4
uiCA is a simulator that can predict the throughput of basic blocks on
recent Intel microarchitectures. In addition to that, it also provides
insights into how the code is executed.
uiCA is based on data from uops.info, combined with a detailed pipeline
model. Like related tools, it assumes that all memory accesses result in
cache hits.
WWW: https://uops.info/uiCA.html
Author: Robert Clausecker <fuz@fuz.su>
PR: 265368