Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/gfx/skia/skia/src/opts/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 695 B image not shown  

Quelle  SkOpts_RestoreTarget.h

  Sprache: C
 

/*
 * Copyright 2023 Google LLC
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */


// Include guards are intentionally omitted

#include "include/private/base/SkFeatures.h"

#if SK_OPTS_TARGET == SK_OPTS_TARGET_DEFAULT
    // Nothing to do here
#else

    #if !defined(SK_OLD_CPU_X64_LEVEL)
        #error Include SkOpts_SetTarget before including SkOpts_RestoreTarget
    #endif

    #undef SK_CPU_X64_LEVEL
    #define SK_CPU_X64_LEVEL SK_OLD_CPU_X64_LEVEL
    #undef SK_OLD_CPU_X64_LEVEL

    #if defined(__clang__)
        #pragma clang attribute pop
    #elif defined(__GNUC__)
        #pragma GCC pop_options
    #endif

#endif

Messung V0.5 in Prozent
C=96 H=98 G=96

¤ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet am  2026-08-26) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

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.