// Copyright (c) the JPEG XL Project Authors. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file.
size_t MaxVectorSize() { // Ideally HWY framework should provide us this value. // Less than ideal is to check all available targets and choose maximal. // As for now, we just ask current active target, assuming it won't change. return HWY_DYNAMIC_DISPATCH(MaxVectorSize)();
}
} // namespace jxl #endif
Messung V0.5
¤ Dauer der Verarbeitung: 0.13 Sekunden
(vorverarbeitet)
¤
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.