File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -278,9 +278,18 @@ Language Selection and Mode Options
278278 Make all string literals default to writable. This disables uniquing of
279279 strings and other optimizations.
280280
281- .. option :: -flax-vector-conversions
281+ .. option :: -flax-vector-conversions , -flax-vector-conversions= < kind >, -fno-lax-vector-conversions
282282
283283 Allow loose type checking rules for implicit vector conversions.
284+ Possible values of <kind>:
285+
286+ - ``none ``: allow no implicit conversions between vectors
287+ - ``integer ``: allow implicit bitcasts between integer vectors of the same
288+ overall bit-width
289+ - ``all ``: allow implicit bitcasts between any vectors of the same
290+ overall bit-width
291+
292+ <kind> defaults to ``integer `` if unspecified.
284293
285294.. option :: -fblocks
286295
You can’t perform that action at this time.
0 commit comments