-
tests/sys/netinet/libalias/
| | Authored by donner on May 23 2021, 8:54 PM. | Unknown Object (File) | Sat, Apr 12, 1:42 PM2025-04-12 13:42:49 (UTC+0) |
| Unknown Object (File) | Thu, Apr 10, 5:28 AM2025-04-10 05:28:53 (UTC+0) |
| Unknown Object (File) | Tue, Apr 1, 3:00 AM2025-04-01 03:00:13 (UTC+0) |
| Unknown Object (File) | Wed, Mar 26, 9:59 AM2025-03-26 09:59:55 (UTC+0) |
| Unknown Object (File) | Sun, Mar 23, 12:32 AM2025-03-23 00:32:01 (UTC+0) |
| Unknown Object (File) | Mar 14 2025, 9:27 AM2025-03-14 09:27:37 (UTC+0) |
| Unknown Object (File) | Mar 12 2025, 9:55 AM2025-03-12 09:55:30 (UTC+0) |
| Unknown Object (File) | Mar 11 2025, 2:19 AM2025-03-11 02:19:17 (UTC+0) |
Event Timelinedonner requested review of this revision. This revision was not accepted when it landed; it landed in state Needs Review. This revision was automatically updated to reflect the committed changes. Path | Size |
---|
| tests/ | sys/ | netinet/ | libalias/ |
| | | 245 lines | | 2 lines | | 1 line |
Commit | Tree | Parents | Author | Summary | Date |
---|
1f9173bf91c5 | 92bba84498a6 | dba4ab785ee9 | Lutz Donnerhacke | | May 24 2021, 12:58 PM | dba4ab785ee9 | 5cb04bab3865 | c9f0a974bf46 | Lutz Donnerhacke | Refactor UDP tests | May 24 2021, 9:35 AM | c9f0a974bf46 | d180c94e9fe9 | e69649294890 | Lutz Donnerhacke | test overlapping portforwardings | May 23 2021, 9:54 PM | e69649294890 | b2e3e595842f | 66aa141c4b1b | Lutz Donnerhacke | Add final variant of PortRedirect | May 23 2021, 9:41 PM | 66aa141c4b1b | ebc6fa8ed728 | afb62a590595 | Lutz Donnerhacke | Clear state instead of choosing new flows | May 23 2021, 9:33 PM | afb62a590595 | 6cf34677595d | e075376a2e80 | Lutz Donnerhacke | tests/libalias: Test LibAliasIn with redirection (Show More…) | May 23 2021, 8:39 PM |
|
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).