PR: 282711
Details
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Note: We're a bit inconsistent about referring to MAKEOBJDIRPREFIX as a make variable and an environment variable in the rest of the doc...
share/man/man7/build.7 | ||
---|---|---|
515 | "It" likely is fine here or maybe "This variable" like the prior sentence. |
You can just use #ifdef __SSE4_2__. -msse42 (or -msse4) will define that via the compiler driver. That is what controls 'popcnt' (in the case of popcnt we use it if you set CPUTYPE in your make.conf to specify a CPU that includes popcnt).