// Tests that unrolling actually transforms a loop into something new, by // unrolling a loop with just one FP mul and one FP add in it and checking that // the resulting assembly contains 4 FP muls and 4 FP adds. Matching bits of // text in the disassembly is necessarily platform-dependent, but we don't care // about that since unrolling is done at the MIR level, so if it works for one // target, it works for all. // // Test inspired by simd/pmaddubsw-x64-ion-codegen.js.
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.