Home
last modified time | relevance | path

Searched refs:add_vector_width (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-options.cc553 auto add_vector_width = [&opts, &num] (prefer_vector_width pvw, in ix86_target_string() local
578 add_vector_width (pvw, "-mprefer-vector-width="); in ix86_target_string()
582 add_vector_width (move_max, "-mmove-max="); in ix86_target_string()
586 add_vector_width (store_max, "-mstore-max="); in ix86_target_string()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20211883 (ix86_target_string::add_vector_width): New lambda.