/* * Copyright (c) 2023 The WebM 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 in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree.
*/
#ifdefined(__ANDROID__) && (__ANDROID_API__ < 18) #define VPX_USE_ANDROID_CPU_FEATURES 1 // Use getauxval() when targeting (64-bit) Android with API level >= 18. // getauxval() is supported since Android API level 18 (Android 4.3.) // First Android version with 64-bit support was Android 5.x (API level 21). #include <cpu-features.h> #endif
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.