We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
arch
1 parent f1112e2 commit 3107b8cCopy full SHA for 3107b8c
include/fork_union.hpp
@@ -1433,9 +1433,9 @@ struct arm64_yield_t {
1433
* or the timeout to expire.
1434
*/
1435
#pragma GCC push_options
1436
-#pragma GCC target("+wfxt")
+#pragma GCC target("arch=armv8-a+wfxt")
1437
#if defined(__clang__)
1438
-#pragma clang attribute push(__attribute__((target("+wfxt"))), apply_to = function)
+#pragma clang attribute push(__attribute__((target("arch=armv8-a+wfxt"))), apply_to = function)
1439
#endif
1440
1441
struct arm64_wfet_t {
0 commit comments