File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -355,8 +355,8 @@ trait object whose methods are attributed.
355
355
356
356
## The ` instruction_set ` attribute
357
357
358
- On some CPU architectures it is possible to mix more than one instruction set into a single program .
359
- The ` instruction_set ` attribute lets you control which instruction set a particular function will be generated for .
358
+ The * ` instruction_set ` [ attribute ] * may be applied to a function to control which instruction set the function will be generated for .
359
+ This allows mixing more than one instruction set in a single program on CPU architectures that support it .
360
360
It uses the [ _ MetaListPath_ ] syntax, and a path comprised of the architecture family name and instruction set name.
361
361
362
362
[ _MetaListPath_ ] : ../attributes.md#meta-item-attribute-syntax
You can’t perform that action at this time.
0 commit comments