commands/compiler: add msimd doc-comments
This commit is contained in:
@@ -9,6 +9,9 @@ export interface GeneralOptions {
|
||||
}
|
||||
|
||||
export interface Sw64TargetOptions {
|
||||
/**
|
||||
* Whether to enable "-msimd" to generate SIMD instructions.
|
||||
*/
|
||||
simd?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user