aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/opts/SkOpts_sse41.cpp
blob: b382799a34ac9c17bb32745e7275ea2accdb5884 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright 2015 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include "SkOpts.h"

#define SK_OPTS_NS sse41
#include "SkBlitRow_opts.h"

namespace SkOpts {
    void Init_sse41() {
        blit_row_s32a_opaque = sse41::blit_row_s32a_opaque;
    }
}