You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the `instruction_set` attribute has the following effects:
389
+
390
+
* If the address of the function is taken as a function pointer, the low bit of the address will be set to 0 (arm) or 1 (thumb) depending on the instruction set.
391
+
* Any inline assembly in the function must use the specified instruction set instead of the target default.
0 commit comments