SkOpts_sse42.cpp 325 B

123456789101112131415161718
  1. /*
  2. * Copyright 2016 Google Inc.
  3. *
  4. * Use of this source code is governed by a BSD-style license that can be
  5. * found in the LICENSE file.
  6. */
  7. #include "src/core/SkOpts.h"
  8. #define SK_OPTS_NS sse42
  9. #include "src/opts/SkChecksum_opts.h"
  10. namespace SkOpts {
  11. void Init_sse42() {
  12. hash_fn = sse42::hash_fn;
  13. }
  14. }