Enable cycle counter via the PMCCNTR_EL0 register on arm64 for all variants
Enable NEON instructions for -float flavor
Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
math/fftw3/Makefile | ||
---|---|---|
65 | missing space after # | |
65โ67 | You said 'Enable cycle counter via the PMCCNTR_EL0' but you used enable-armv8-cntvct-el0, can you fix the comment or the configure knob? --enable-armv8-pmccntr-el0 enable the cycle counter on ARMv8 via the PMCCNTR_EL0 register (see README-perfcounters for details and mandatory instructions) --enable-armv8-cntvct-el0 enable the cycle counter on ARMv8 via the CNTVCT_EL0 register (see README-perfcounters for details and mandatory instructions) |
math/fftw3/Makefile | ||
---|---|---|
65 | That would be inconsistent with the rest of the Makefile | |
65โ67 | Ahh, silly cut 'n paste mistake. Thanks for catching it. |
Comment Actions
Migrated to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239511 as per request by lwhsu@